1 // 48.ck : midi read (fail-correct)
7 // open MIDI output - see 'chuck --probe'
11 Mandolin m => JCRev r => dac;
16 //"foo.wav" => s.read;
27 // while there is more to read
28 while( mrw.read( mg ) != 0 )
31 scale * (mg.when - t) => now;
35 std.rand2f( .8, .9 ) => m.pluckPos;
36 std.mtof( mg.data2 ) => m.freq;
37 mg.data3 / 128.0 => m.pluck;
39 <<< "when:", mg.when, mg.data1, mg.data2, mg.data3 >>>;
40 // <<<count + 1 => count>>>;
45 //<<<mrw.read( mg, t )>>>;