extended MIDI support. Some new general purpose nodes like sequencer, string, cast to number.

This commit is contained in:
tamat
2019-01-05 23:54:44 +01:00
parent 8dce8acb91
commit ac11db37b4
16 changed files with 2274 additions and 837 deletions

View File

@@ -191,7 +191,7 @@ function TestSlotsNode()
this.addInput("C","number");
this.addOutput("A","number");
this.addOutput("B","number");
this.flags = { horizontal: true };
this.horizontal = true;
this.size = [100,40];
}