VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
#include "pluginterfaces/base/funknown.h"
#include "vsttypes.h"
#include "pluginterfaces/base/falignpush.h"
#include "pluginterfaces/base/falignpop.h"
Data Structures | |
struct | UnitInfo |
Basic Unit Description. More... | |
struct | ProgramListInfo |
Basic Program List Description. More... | |
class | IUnitHandler |
Host callback for unit support. More... | |
class | IUnitHandler2 |
Host callback for extended unit support. More... | |
class | IUnitInfo |
Edit controller extension to describe the Plug-in structure. More... | |
class | IProgramListData |
Component extension to access program list data. More... | |
class | IUnitData |
Component extension to access unit data. More... | |
Namespaces | |
Steinberg | |
Steinberg::Vst | |
All VST specific interfaces are located in Vst namespace. | |