[Csnd] VST(3) Support

Hello everybody,

i’m curious if there is a proper VST support in Csound, with using the GUI of the VST an saving presets to recall on a later session.
If so, does someone have a example .csd for this?

Greetings,
Philipp
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

Cabbage let’s you export a csd as a vst plugin. You can create a custom UI for your plugin too.

Ah, this is not what i wanted to ask. (but i love Cabbage!)

I want to use a VST inside my .csd patch. Is this possible?

Oh, apologies. Have you tried these?
https://github.com/gogins/csound-vst3-opcodes

I am the author of the VST3 opcodes. They do not support a VST3 GUI, but in some cases you can prepare a preset using the GUI in another host, save the preset, and load it into Csound. In other cases, it’s just easier to set all the parameters you need using the opcodes.