Apps by Arlomedia

Set List Maker => MIDI Help => Topic started by: Kiff on May 23, 2017, 10:00:53 PM

Title: X32 midi
Post by: Kiff on May 23, 2017, 10:00:53 PM
Hi,
Anyone successfully controlling fx mute on the x32 mixer from Setlistmaker?
Cheers
Kiff
Title: Re: X32 midi
Post by: dr_rollo on June 23, 2017, 11:05:41 AM
Hi,
I actually don't use SLM for muting the fx on my X32. But I once built an Arduino Switch which sends a CC to Control a Mute group, which is nearly the same Midi action. You need to assign the fx Switch to a Mute group on the X32 (in my case it is Mute Group 6)
Unfortunately I cannot test it because I don't have the Mixer at site. But I guess this should work:
1. Create a Midi Device for the X32 in SLM
2. Setup a Midi Preset and assign it to the channel the X32 receives MIDI
3. You must use MIDI Raw data for this. The HEX-Code should be probably something like this:
    CC85, 0  (to mute the Mute group 6)
    CC85, 127  (to unmute)

BTW CC84 = Mute Group 5, CC83 = Mute Group 4 etc.