VST3 / Ableton / Macro Modulation Issue
-
I’m experiencing an issue when using a macro modulator in Ableton (with VST3 plugin only). When a macro modulator is active, you can’t change anything in the automation menu—it gets stuck.
The AU version works fine.
I tested this on Ableton 11.3.42 / macOs Sequoia 15.6.1 -
@bendurso Worst than that is that you can't undo redo anything, try to bypass / unbypass something, you'll see
-
@ILIAM said in VST3 / Ableton / Macro Modulation Issue:
Worst than that is that you can't undo redo anything, try to bypass / unbypass something, you'll see
Oh yeah, that's another issue. With VST3 and also AU.
-
I think the problem is that the macro modulation system interferes with the DAW's automation system.
Ideally, the DAW would ignore parameters with isPluginParameter if they have a macro assigned. But... isPluginParameter can't be set dynamically.
Is there a solution for this? @Christoph-Hart