protofuse Posted June 10, 2009 Report Posted June 10, 2009 I'm looking informations about the const:button_event_mapI 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 datawhat do I have to do with button_event_map ?(I really looked for about that, sorry if I missed something ) Quote
protofuse Posted June 11, 2009 Author Report Posted June 11, 2009 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 :-( Quote
noofny Posted June 11, 2009 Report Posted June 11, 2009 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.phphttp://www.gweep.net/~prefect/eng/reference/protocol/midispec.htmlhttp://www.srm.com/qtma/davidsmidispec.htmlGood luck! :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.