Ok, So if I understood it right, from the example logged in the forum:
DECK One SYNC Debug: [PM 0. SPIN DJ-Controller]: "MIDI ch 1: opcode: 90, ctrl: 46, val: 7F" Debug: [PM 0. SPIN DJ-Controller]: "MIDI ch 1: opcode: 90, ctrl: 46, val: 0" DECK Two SYNC Debug: [PM 0. SPIN DJ-Controller]: "MIDI ch 2: opcode: 90, ctrl: 46, val: 7F" Debug: [PM 0. SPIN DJ-Controller]: "MIDI ch 2: opcode: 90, ctrl: 46, val: 0" I would configure it as: <control> <status>0x90</status> <midino>0x46</midino> <group>[Channel1]</group> <key>beatsync</key> </control> <control> <status>0x91</status> <midino>0x46</midino> <group>[Channel2]</group> <key>beatsync</key> </control> 2010/11/7 Sean M. Pappalardo - D.J. Pegasus <[email protected]>: > > > On 11/07/2010 08:21 PM, Anders Gunnarsson wrote: >> Vestax Spin and Typhoon send their commands on multiple midi channels. >> Each deck sends the exact same messages but on different channels. Is >> it currently possible to make a mapping in Mixxx that handles that? > > Of course. The Status byte in the XML includes the channel number. (So > instead of <status>0x90</status> you'd do <status>0x91</status>.) So > duplicate all the mappings in the XML, then search-and-replace > 0</status> with 1</status> (in the duplicated block) and you should be > good to go. > > > Sincerely, > Sean M. Pappalardo > "D.J. Pegasus" > Mixxx Developer - Controller Specialist > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
