View Single Post
Old 04-06-2008, 02:54 AM   #23
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Yep, I looked at exactly that but can't make anything out of it. I don't know anything about the Mackie controller, so it's probably something quite spesific to that...

The m_mackie_modifiers variable seems to be manipulated in these parts of the code :

Code:
if (evt->midi_message[1] >= 0x46 && evt->midi_message[1] < 0x4A)
          {
            int mask=(1<<(evt->midi_message[1]-0x46));
            if (evt->midi_message[2] >= 0x40)
              m_mackie_modifiers|=mask;
            else
              m_mackie_modifiers&=~mask;
          }
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline   Reply With Quote