Merge branch 'master' into feature/osc

This commit is contained in:
ngradwohl
2019-07-21 04:04:04 +02:00
13 changed files with 178 additions and 151 deletions

View File

@@ -11,6 +11,8 @@ function Ronin () {
b_inv: '#ffb545'
}
this.includes = ['prelude']
this.el = document.createElement('div')
this.el.id = 'ronin'
@@ -19,9 +21,8 @@ function Ronin () {
this.commander = new Commander(this)
this.surface = new Surface(this)
this.library = new Library(this)
this.interpreter = new Lisp(this.library, this.includes)
this.osc = new Osc(this)
this.oscMsg = {}
// Parameters
this.always = false