Advice on creating a MIDI CC Modulation Plugin

Hi,

So I’ve been searching for information about creating a plugin that can modulate MIDI CC values across a DAW session from one plugin. The closest approximation I know of is the LFO device in Max for Live. Ideally it would function in a similar way, where you click the modulator and then somewhere in the project to assign it. Is there a way to do this using JUCE for a MIDI vst that can be deployed across multiple DAWs?

Even if there’s a less elegant work around, I’d be very grateful for tips.

Hope I explained it well enough, thank you for any advice!

1 Like

I’m afraid not. If you want to get started with JUCE, I would suggest taking one of the example projects as your starting point and expand on it.