On Sep 1, 2005, at 7:11 PM, krgn wrote:
Hi sorry for posting this thing again and again. Has someone a brief explanation on how to send out notes with Pdefs? this didn't work: MIDIClient.init; m = MIDIOut(0, MIDIClient.destinations.at(1).uid); Pdef(\bell1,\type,\midi,Pbind(\note, Pseq([60],inf))).play
Try this:Pdef(\bell1, Pbind(\type,\midi, \midiout,{m}, \midinote,Pseq([60],inf))).play