Dear List

Looking at the MIDI 1.0 documentation :
    https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes

I notice that the MIDI NOTES are transmitted over three bytes
    byte 1 -> STATUS_BYTE [chan & function]
    byte 2 -> DATA_BYTE [note] (0-127)
    byte 3 -> DATA_BYTE [velocity] (0-127)

I'm wandering if Pd have a simple object to extract the noteOn / noteOff message from the STATUS_BYTE.

Merci beaucoup,

Maurin

-- 
Maurin Donneaud
Creative technologist - Industrial designer
35 rue des Meuniers 75012 Paris
https://eTextile.org
null
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to