Hello list,
I was wondering whether it is currently possible to send midi data to different midi devices. So for instance i want [noteout] A to send to device 1, and [noteout] B to device 2. I wanna use this because im currently creating a PD composition that will need more then 16 voices. Also these voices are interacting so if done correctly no 2 performances should be equal.
Cheers Anton
it's possible to have multiple midi outs selected.
i believe the first midi out will be channels 1-16, the second will be 17-32. the first argument of noteout will be the channel number. so:
| 60 127 ( | [noteout 20]
would be a middle C at full volume on the second midi device's channel 4...
Anton Woldhek wrote:
Hello list,
I was wondering whether it is currently possible to send midi data to different midi devices. So for instance i want [noteout] A to send to device 1, and [noteout] B to device 2. I wanna use this because im currently creating a PD composition that will need more then 16 voices. Also these voices are interacting so if done correctly no 2 performances should be equal.
Cheers Anton
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list .
Hallo, Eric Skogen hat gesagt: // Eric Skogen wrote:
it's possible to have multiple midi outs selected.
i believe the first midi out will be channels 1-16, the second will be 17-32. the first argument of noteout will be the channel number. so:
| 60 127 ( | [noteout 20]
would be a middle C at full volume on the second midi device's channel 4...
This should work, but make sure you use more than one Midi device in either the Media menu or specified on the command line.
Frank Barknecht _ ______footils.org__