steinbergmedia / vst3sdk

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

Should i call something like idle() in vst3? #52

Closed simpleway2016 closed 4 years ago

simpleway2016 commented 4 years ago

I use vst2wrapper to process audio, and open vst3 editor with the windowController which class in sdk. It works well, but when i open the waves SSL compressor editor,i found that the dashboard doesn't jump. I use VST3PluginTestHost open the waves SSL compressor editor, i works well. So i think i miss something, like call a function idle() ? to make the ui repaint ?