Starting orca x ronin example

This commit is contained in:
Devine Lu Linvega
2019-07-21 16:55:22 +09:00
parent 55f160c5b5
commit 07ff69e14a
7 changed files with 1237 additions and 70 deletions

View File

@@ -49,8 +49,8 @@ function Ronin () {
this.osc.start()
}
this.getOsc = function() {
return this.osc.oscMsg;
this.getOsc = function () {
return this.osc.oscMsg
}
this.reset = function () {