I had the same problem with the M-Audio X-Session Pro. I was able to
fix it using the button option in my XML Mapping. To do the same you
would need to change your mapping to:

<control>
       <group>[Channel1]</group>
       <key>cue_gotoandstop</key>
       <status>0x90</status>
       <midino>0x13</midino>
      <options>
              <button/>
      </options>
</control>
<control>
       <group>[Channel1]</group>
       <key>cue_gotoandstop</key>
       <status>0x80</status>
       <midino>0x13</midino>
      <options>
              <button/>
      </options>
</control>

The documentation for options is on the wiki:
http://mixxx.org/wiki/doku.php/midi_controller_mapping_file_format#definitions_of_the_elements.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to