Main Menu
Before posting, please read: When to use this forum, when to submit a help ticket

X32 midi

Started by Kiff, May 23, 2017, 10:00:53 PM

Previous topic - Next topic

Kiff

Hi,
Anyone successfully controlling fx mute on the x32 mixer from Setlistmaker?
Cheers
Kiff

dr_rollo

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.