Hi everyone,
I’m having a strange issue when exporting plugins from Cabbage 2.9.0 to Ableton Live .
When I test my plugins:
- Inside Cabbage they look fine.
- With pluginval (the Tracktion plugin validation tool) they also render correctly.
- But when I load them in Ableton Live (VST3), the plugin window shows up as a tiny black rectangle with no controls , as shown in the screenshot.
Even with the most basic example, the same thing happens. For instance, with this code:
form caption(“Cabbage”) size(400, 300), pluginId(“CAB1”), guiMode(“queue”)
In Cabbage and pluginval it opens as a 400x300 window as expected, but in Ableton it only shows a very small black box.
My questions:
- Has anyone else experienced this specific issue with Ableton and Cabbage-exported VST3s?
- Could this be a compatibility bug between Live and Cabbage VST3 plugins?
- Is there any extra setting I should add in the
form
or during export so that Ableton displays the GUI correctly?