With the MB64E firmware this should be possible by using Meta Events.
I can give you an explicit example once I’m back from vacation; for preparation: could you please specify, which note values (and velocity values) should be sent exactly on left/right turns?
I hope i will be able to learn something on the way, MIOS is just too great.
The note values are not really important since i have to assign every function in the midi remote script for Ableton Live anyhow. So i could use any setup as long as it´s Note on/off at maximum velocity.
For an example we could use this like the default setup for MIDIO128:
Just copy it into the src directory (overwrite the original mb64e_meta.inc file), and recompile the application.
Usage:
; send note event depending on encoder direction
; the encoders have to be configured in "0 +/- 1" mode!
;
; Example Config:
; Meta Event 0x30 will send a Note On Event C-2 on left-turn, and C#2 on right-turn
Thank you very much, Thorsten. Your efford is really amazing!
I´ll try this today in the afternoon. Currently i cannot download the file you linked, it simply opens in the browser. When clicking download i get an error message the file can not be downloaded. I´m on OSX 10.6.8 Safari and Firefox (both with same result).
I expect copying the code into a new file and naming it mb64e_meta.ini will work just as well.