Hi Oriol,

Looking at your <lights> config:
> <lights>
> <light>
> <group>[Channel1]</group>
> <key>play</key>
> <status>0x7F</status>
> <midino>0x12</midino>
> <threshold>0.5</threshold>
> </light>
> </lights>
and comparing it to mine:

  <lights>
    <light>
      <group>[Channel1]</group>
      <key>play</key>
      <status>0xB0</status>
      <midino>0x58</midino>
      <threshold>0.5</threshold>
    </light>
    <light>
      <group>[Channel2]</group>
      <key>play</key>
      <status>0xB0</status>
      <midino>0x59</midino>
      <threshold>0.5</threshold>
    </light>
  </lights>

I notice your status setting is probably illegal. It needs to have bit 7 
set. 0xb0 means CC on channel 0, you could also use 0x80 or 0x90 for 
keyrelease/keypress respectively (see MIDI defs). Add 0x00..0x0f to this 
to choose the channel. Maybe that'll fix it. It's worth a shot.

- Ján




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to