Improving OSC reading

This commit is contained in:
Devine Lu Linvega
2019-07-21 17:54:46 +09:00
parent 07ff69e14a
commit 76994ad373
5 changed files with 18 additions and 23 deletions

View File

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