Add multi oscillator synth

This commit is contained in:
Alberto Venturini 2018-03-19 06:46:24 +02:00
parent dedb5bc5e9
commit ed46c139f9
2 changed files with 130 additions and 2 deletions

View file

@ -58,8 +58,11 @@ p.play;
// Midi input
(
var keys;
keys = Array.newClear(128);
var keys = Array.newClear(128);
MIDIClient.init;
MIDIIn.connectAll;
~noteOnFunc = {arg src, chan, num, vel;
var node;