steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.59k stars 162 forks source link

noteexpressionsynth example with non-VSTGUI gui? #54

Closed jjYBdx4IL closed 4 years ago

jjYBdx4IL commented 4 years ago

I'm looking for a decent (working) example of a VST synth plugin that is not using VSTGUI for its GUI. I'm probably going to try to strip down the existing example and remove the VSTGUI elements. However, I probably need ten times more time for that than someone who is actually "conversant" with that code base. Doesn't have to be nice looking, no rotating knobs or anything like that.

My final goal is to use Vulkan, especially because Apple dropped OpenGL support. But for that, I need a functional base without the UI config bloatware.

ygrabit commented 4 years ago

you´re welcome to propose some examples.