Visual Productions forum

Products => Cuelux => Topic started by: Irzmanski on December 07, 2019, 08:52:47 AM

Title: Behringer X-Touch Compact + Novation Launchpad (or other)
Post by: Irzmanski on December 07, 2019, 08:52:47 AM
Hi guys,

im considering, is it possible to use two devices, i mean behringer for Playback faders and Launchpad for Playback Buttons ?
Title: Re: Behringer X-Touch Compact + Novation Launchpad (or other)
Post by: Bootsy van der Zande on December 09, 2019, 10:43:45 AM
Hi,

Officially Cuelux supports only one midi device. CueluxPro supports two.
However, I have heard of users getting it to work with two devices, I think using the midi through port.
You do have to create your own midi map that way. This is done by editing the XML file.

Greetings,
Bootsy
Title: Re: Behringer X-Touch Compact + Novation Launchpad (or other)
Post by: MTX-Lightning on March 23, 2020, 12:34:06 PM
You can use some midi merging programs like bomes or some other tools.
But you have to merge the XML file for the midi config, too.

Copy the file to the midi user directory and modify it.

Someone who is working as a webdesigner oder someone who knows enough about editing XML files (with Notepad++ or similar programs) could help you with the config.

Or you look into that file and just try to merge the two files.
Code: [Select]
<?xml version="1.0" ?>
<show application="Cuelux" version="1.02 Build 4" revision="1">
    <midimaps>
        <midimap label="Midi1 and Midi2 merged">

[ONLY THIS PART BETWEEN THE MIDIMAP TAG YOU HAVE TO MERGE TO ONE FILE]

        </midimap>
    </midimaps>
</show>