I decided to push the latest WIP features for my synth into the future and test out the first VST3 export. But behold, Cabbage throws me an error saying “the pluginId is empty or contains a typo” even tho the code is:
form caption("Replicant"), size(1300, 722), guiMode("queue"), typeface("PhosphatePro-Inline.otf"), pluginId("rsyn")
Either I’m blind or plain stupid but the pluginId() identifier should be all correct like that. The plugin even loads but I get just a small black rectangle which certainly tells me that the plugin data isn’t being read properly. What’s going on? Also is there some kind of author identifier to change the text that appears in the curved brackets behind the plugin’s name when loading into a DAW?
Thanks for the quick help as usual
Until then!
Edit 1: After playing around a bit I managed to get it loaded seemingly properly. The error still persists tho and it didn’t make any sound and it was missing its background image either. After the latest export, it again loads as a black triangle.