how to get the 9th byte from raw midi message?
Hey ..
Im strugling with a topic ::
my akai mpd 32 sends a looping value (inc/dec) on the 9th byte of a midi message. I want to extract this one information. Tried, unpack, midiselect (this value is not there), midipharse (the value is not there)
what is the approach to this ?? how to get different bytes from midiin ?
thx ..
This is a guess without knowing exactly what the mpd 32 sends: [midiin] outputs bytes serially, so you could perhaps put all of the bytes comprising a single MIDI message into a list using something like [zl group] and then use [zl nth] to get the nth byte.