button_event_map

I’m looking informations about the const:

button_event_map

I understood basically what it involves, but what kind of data to put into ??

{ byte1, byte2 }

for pot_event_map, byte1 = midi status and byte2 = midi data

what do I have to do with button_event_map ?

(I really looked for about that, sorry if I missed something )

probably, I found something, and obviously, I share it:

http://www.harmony-central.com/MIDI/Doc/table1.html could help.

but, should I use note-on byte status? or note off? or both of them in another const ?

I’m lost :frowning:

I think for this you will have to learn about MIDI spec and get comfy with decimal/binary/hex and ASCII codes. There’s tons of stuff around, sift around and after a few sleeps it will sink in and you’ll get it. Some sites I found usefull for MIDI were;

http://www.midi.org/aboutmidi/resources.php

http://www.gweep.net/~prefect/eng/reference/protocol/midispec.html

http://www.srm.com/qtma/davidsmidispec.html

Good luck!  :slight_smile: