Send PC on Preset Change

Hi there,

I have an e1 and a Morningstar MC6 Pro which I’m using together to control midi pedals in the studio.

On the e1, I have a preset for each pedal. On the Morningstar controller I have a Bank for each pedal.

I would like for the Morningstar to follow the e1 as I change presets. For instance, if both are controlling the Chase Bliss Generation Loss and on the e1 I switch to the Strymon Night Sky preset, I would like a PC sent from the e1 to the Morningstar so they stay in sync.

So the question is, is there something in Lua I can do to send a PC to an external midi device on Preset Change in the e1’s UI?

Thank you!

Wade

You want the preset.onLoad callback: Preset Lua extension | Electra One Documentation

You can send a PC message in that callback via midi.sendProgramChange: Preset Lua extension | Electra One Documentation

1 Like