On 02/13/2015 05:21 AM, puredata@11h11.com wrote:
Hi,
I'm trying to use [pd~ -alsamidi -mididev 1 ...] but it's not working (I received no midi input in the patch). Of course the main patch / pd received all the midi, but how to send that to [pd~]'s patch?
i think the easiest way would be to forward the various #midi-messages to your pd~ instance. e.g.
[r #ctlin] | [#ctlin $1 $2 $3( | [pd~]
will make all the ctl-messages appear *magically* at the [ctlin] within your [pd~] instance!
f gsdrm IOhannes