[PD] pd~ enabling or passing midi

Cyrille Henry ch at chnry.net
Fri Feb 13 09:14:42 CET 2015


hello,

receiving midi in the main patch and sending it to pd~ via messages is the way to go

you can by exemple do :

[ctlin]
  | | |
[pack f f f]
  |
[ctlin $1 $2 $3 <
  |
[pd~]

and in the patch loaded by pd~ :
[r ctlin]
  |
[unpack f f f]
...

cheers
c

Le 13/02/2015 05:21, puredata at 11h11.com a écrit :
> 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?
>
> Cheers~
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list



More information about the Pd-list mailing list