[PD] ctlin and channels

Marc Lavallée odradek at videotron.ca
Tue Aug 26 05:54:53 CEST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Le 25 Août 2003 23:10, Luke Yelavich a écrit :
> Hi all
> I am wondering whether it is possible to create the ctlin MIDI object
> to receive on a particular channel, but accept any control number. For
> example, in the reference patch, there is a ctlin object to receive
> from controller 7 on channel 1. How would you change that so it
> received on channel 1 say, but the controller number could be anything?

Here's an example.

- -- 
Marc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/StoNQdzoeKQ0PccRAs49AJ4jNiLVKit8nD1bDgnlMmp7zxBGbgCfR9j7
a/7cZFzXUDxDlFRZaWf0svk=
=ApJn
-----END PGP SIGNATURE-----
-------------- next part --------------
#N canvas 582 267 450 300 10;
#X obj 102 69 ctlin;
#X msg 102 119 \$3 \$1 \$2;
#X obj 102 94 pack 0 0 0;
#X obj 102 143 route 1;
#X obj 102 168 unpack;
#X text 164 145 channel 1;
#X text 154 174 number;
#X text 62 175 value;
#X floatatom 102 194 3 0 0 0 - - -;
#X floatatom 139 194 3 0 0 0 - - -;
#X text 24 30 all control change messages on channel 1;
#X connect 0 0 2 0;
#X connect 0 1 2 1;
#X connect 0 2 2 2;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 4 1 9 0;


More information about the Pd-list mailing list