Welcome to VSTGUI- Introduction
Introduction
- VSTGUI
- VSTGUI is a User Interface Toolkit mainly for Audio Plug-Ins (VST, AudioUnit, etc).
- History
- First developed inhouse of Steinberg Media Technologies (around 1998) for their first VST Plug-Ins. Later added as binary libraries to the official VST SDK. Since May 2003 VSTGUI is open source and hosted at sourceforge.
Currently VSTGUI compiles on
- Microsoft Windows (with Visual Studio and Windows 7 Platform SDK)
- XP SP 2 (32 and 64 bit)
- Vista (32 and 64 bit)
- 7 (32 and 64 bit)
- 8 (32 and 64 bit)
- 10 (32 and 64 bit)
- Apple Mac OS X (with gcc 4.0/4.2 or Clang 2.0)
- 10.6 - 10.12 (32 and 64 bit)
- Apple iOS
- 7.0 - 10.0 (32 and 64 bit)
- Linux (with gcc >= 5.4 or clang >= 3.8)
-
- See also
- VSTGUI @ Sourceforge