vstgui
vstgui copied to clipboard
A user interface toolkit mainly for audio plug-ins
Hello. I've tried buliding plugins which use `vstgui`. One of them is generated by `vst3projectgenerator`, another - `VST_SDK\my_plugins\helloworld_with_VSTGUI`. They work fine when built with debug configuration and both cause DAWs...
Hi, I'm a totally blind producer who's using keystrokes and screen reader software to compose, record, mix and master audio. FYI, several DAWs have solid accessibility implementations nowadays (REAPER, Pro...
expression cannot be used as a function 21 | other.invoke (false);
Steps to reproduce: - Load an instance of a plug-in that uses custom fonts in VST3PluginTestHost - Remove the instance - Add another instance. The custom fonts will no longer...
CDrawContext::drawEllipse seems to use incorrect scaling on linux, so that the ellipse is typically much smaller than desired. CairoGrpahicsDeviceContext::drawEllipse() appears to have two issues: 1) The inverse of the correct...
VST SDK 3.7 VSTGUI 4.14 Linux Mint 21.3 xfce My VST plugin wants to show a file open dialog in response to the user clicking a button. In my editor's...