ofxVstHost
Introduction
Enable to load VST plugins and use them as audio effects in openFrameworks.
License
See license.md.
Installation
- Go to
https://www.steinberg.net/en/company/developers.htmland download the VST SDK. - Extract the VST SDK on your computer and copy the
pluginterfacesfolder inside the addonlib\VST2_SDK\folder.
Dependencies
None.
Compatibility
OF 0.9+ Mac/Win/Linux.
Compile on Linux
For the compile to succeed under Linux, a change has to be made to the aeffect.h file in the VST SDK sources. This will only affect the compiler behaviour under Linux and won't have any effect for other targets.
// ORIGINAL @ line 37
#elif defined(__GNUC__)
#pragma pack(push,8)
#define VSTCALLBACK __cdecl
// REPLACE @ line 37
#elif defined(__GNUC__)
#pragma pack(push,8)
#if defined(__linux__)
#define VSTCALLBACK
#else
#define VSTCALLBACK __cdecl
#endif
Architecture
Make sure the VST architecture (32/64-bit) match your project architecture!
Known issues
VST editor not implemented (i.e. VSTi cannot be displayed).

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
