I have run into an issue of the channels not updating when reloading the plugin. When I first open cabbage and run the plugin, the top rsliders work, and the bottom ones, which are the output, update like they should.
However, when I run the plugin a second time, they no longer update. The same goes for using the channel changed opcodes.
Is this some known bug? My professor mentioned something with strings not updating properly at krate.
No, you can’t include Cabbage code within the Cabbage section. I’d say it might be an issue with the path. If you use an absolute path does it work? If it does we know what the problem is, but I’m afraid don’t know how best to solve. You could place the include file in a folder that gets created by your installer. And then pass the absolute path to that in your .csd file. I’ve seen people do something similar with other assets before and it seems to work well.