vstgui
vstgui copied to clipboard
A user interface toolkit mainly for audio plug-ins
I've edited the uidescription file for the AGain example to test the font baseline. For the test I used [Noto Sans Display](https://www.google.com/get/noto/#sans-lgc-display) font (please install that font to repeat that...
On Windows, if I supply a call to `VSTGUI::getPlatformFactory().setClipboard` with a `VSTGUI::IDataPackage` that `kBinary` data type, then a subsequent call to `VSTGUI::getPlatformFactory().getClipboard()` returns an object whose `getCount()` returns 0.
To make i18n and l10n easier, it would be good if VSTGUI would support [gettext](https://en.wikipedia.org/wiki/Gettext) .po localization files and can load them depending on the system language (or in-vst preference)....
This removes the hard-coding of zenity or kdialog paths. Zenity is preferred still.
CMultiLineTextLabel::recalculateHeight() is not called upon attachment regardless of whether CMultiLineTextLabel::getAutoHeight() returns true. Nor is it called upon CMultiLineTextLabel::setAutoHeight(true) if the view is not attached.
This patch modifies the cmake build system with two objectives: to support compilation under MinGW and cross-compilation from a different OS. The current build uses the variables of the host...
While building VST3SDK, I got this error on VSTGUI: ``` [ 60%] Building CXX object VSTGUI.build/standalone/CMakeFiles/vstgui_standalone.dir/source/uidescriptionwindowcontroller.cpp.o In file included from /home/carlo/packages/vst3sdk/vst3sdk/vstgui4/vstgui/standalone/source/uidescriptionwindowcontroller.cpp:5: /home/carlo/packages/vst3sdk/vst3sdk/vstgui4/vstgui/standalone/source/../../lib/algorithm.h:15:63: error: ‘int32_t’ does not name a type 15...
The setBackOffset() / getBackOffset() API has recently been removed altogether. Since we're using this feature in various plugins I'd like to request them being re-added to all view / control...
- Fixed Logic Pro & GarageBand not handling key events after resizing the view - Added support for flagsChanged - Implemented all key modifier flags on macOS for completeness The...