Can pd transmit midi system real time messages i.e. start/stop/continue) to another connected device, such as a drum machine? I haven't seen an object in pd that seems appropriate. If I know the midi byte-code number of these messages, is there an object I can use to have them sent? In other words, manually send the staus byte for 'start' - '11111010'?
Thanks, Aaron
Under Linux, you can send "250" to a midiout object. In Windows there's as yet no way to do this.
cheers Miller
On Sun, Jan 21, 2001 at 07:23:28PM -0500, Aaron Brenner wrote:
Can pd transmit midi system real time messages i.e. start/stop/continue) to another connected device, such as a drum machine? I haven't seen an object in pd that seems appropriate. If I know the midi byte-code number of these messages, is there an object I can use to have them sent? In other words, manually send the staus byte for 'start' - '11111010'?
Thanks, Aaron