Merge branch 'master' into bugfix/65_fix_loop
This commit is contained in:
@@ -22,7 +22,7 @@ function Ronin () {
|
||||
this.surface = new Surface(this)
|
||||
this.library = new Library(this)
|
||||
this.interpreter = new Lisp(this.library, this.includes)
|
||||
|
||||
this.osc = new Osc(this)
|
||||
// Parameters
|
||||
|
||||
this.always = false
|
||||
@@ -46,7 +46,7 @@ function Ronin () {
|
||||
this.source.start()
|
||||
this.commander.start()
|
||||
this.surface.start()
|
||||
console.log('Ronin', 'Started')
|
||||
this.osc.start()
|
||||
}
|
||||
|
||||
this.reset = function () {
|
||||
|
||||
Reference in New Issue
Block a user