GUI for VST plugin on pure C

DSP, Plugin and Host development discussion.
RELATED
PRODUCTS

Post

Alex_Longard wrote: Fri Dec 06, 2019 11:06 pm kirsty roland
My code on pure C, not C++ :)
For C code in plugin not use audioeffect->object.
Note that even if your code is C that doesn't mean you should be storing any state in global variables, because normally a plugin is expected to support multiple instances, yet there is only one copy of the globals.

Post

Hello Mystran!
Thanks for the recommendation!
This code only for testing VST coding in pure C :)
In future i write my small framework and will use structures and local blocks { ... } for isolate variables and some functions.

Post Reply

Return to “DSP and Plugin Development”