[PD] Create MIDI Message - Launchpad Interaction

Martin Peach martin.peach at sympatico.ca
Sun Mar 7 16:59:03 CET 2010


Achim Christian Bornhöft wrote:
> How can I create three bytes raw midi messages in the following forms to 
> interact with my launchpad from within PD?
> 
> 128, <Key>, <Velocity>

That's a note off message, are you sure you don't mean 144? Then you 
could use a message with two values like:

[<key> <velocity>(
|
[noteout]

> 176, <Contoller>, <Data>

[<controller> <data>{
|
[ctlout]

or if it's always the same controller,

{data(
|
[ctlout <controller>]



Martin





More information about the Pd-list mailing list