Where do I find the device settings? I can’t seem to find SysEx messages in controller settings ![]()
Thanks:)
Hey @Villads,
Just to be sure, are you using this version of the script with your MC6 Pro?
I’m looking forward to your reply!
Hey ![]()
Yes I’m using latest version.
Could you explain how you set up the midi in Ableset settings and the Morningstar editor?
Thanks you:))
Hey @Villads,
There are two things worth double-checking, one on the MC6 Pro side and one on the AbleSet script side.
- MC6 Pro – MIDI receive channel
Please make sure the MC6 Pro is set to receive MIDI on the same channel the script is sending on.
You can check/set this either:
• On the MC6 Pro itself: press D + F → Global Config, or
• In Morningstar Editor: Controller Settings → General Configuration
There you’ll find the MIDI channel used for incoming MIDI.
- AbleSet script – MIDI device name & channel
In the script, make sure these two lines match your setup exactly:
const MIDI_DEVICE = "YOUR MIDI DEVICE"; // must match the name shown in AbleSet > Settings > MIDI Mappings
const MIDI_CHANNEL = 1; // must match the MC6 Pro receive channel
• The MIDI device name has to be identical to what you see in AbleSet → Settings → MIDI Mappings (same spelling, spaces, etc.).
• The MIDI channel must be the same channel you configured on the MC6 Pro.
Let me know if this solves the issue!