You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

32 lines
884 B

#N canvas 55 2 564 353 8;
#X obj 139 201 sampleplay;
#X obj 46 200 sampleplay;
#X obj 46 222 mono~;
#X obj 46 244 dac~;
#X obj 46 90 unpack;
#X obj 46 112 mtof;
#X obj 83 111 * 0.0078125;
#X obj 46 134 pack;
#X text 163 156 stores attributes and finds the right ones;
#X text 162 178 converts attribute-info to playable information;
#X obj 46 156 attrib-handle;
#X obj 46 178 attrib-convert;
#X text 167 110 (note + velocity) --> (freq + aggrvalue(0..1));
#X obj 46 67 inlet;
#X text 91 2 IN : MIDI IN : note & velocity;
#X connect 0 0 2 1;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 2 0 3 1;
#X connect 4 0 5 0;
#X connect 4 1 6 0;
#X connect 5 0 7 0;
#X connect 6 0 7 1;
#X connect 7 0 10 0;
#X connect 10 0 11 0;
#X connect 10 1 11 1;
#X connect 10 2 11 2;
#X connect 11 0 1 0;
#X connect 11 0 1 0;
#X connect 11 1 0 0;
#X connect 13 0 4 0;