VST 3 Interfaces  VST 3.6.14
SDK for developing VST Plug-in
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
ivstcomponent.h File Reference

Classes

struct  BusInfo
 BusInfo: This is the structure used with getBusInfo, informing the host about what is a specific given bus. More...
 
struct  RoutingInfo
 Routing Information: When the Plug-in supports multiple I/O buses, a host may want to know how the buses are related. More...
 
class  IComponent
 Component Base Interface. More...
 

Namespaces

 Steinberg
 
 Steinberg::Vst
 All VST specific interfaces are located in Vst namespace.
 

Macros

#define BEGIN_FACTORY_DEF(vendor, url, email)
 

Enumerations

enum  MediaTypes { kAudio = 0, kEvent, kNumMediaTypes }
 Bus media types. More...
 
enum  BusDirections { kInput = 0, kOutput }
 Bus directions. More...
 
enum  BusTypes { kMain = 0, kAux }
 Bus types. More...
 
enum  IoModes { kSimple = 0, kAdvanced, kOfflineProcessing }
 I/O modes. More...
 

Variables

const int32 kDefaultFactoryFlags = PFactoryInfo::kUnicode
 Standard value for PFactoryInfo::flags. More...
 

Macro Definition Documentation

#define BEGIN_FACTORY_DEF (   vendor,
  url,
  email 
)
Value:
using namespace Steinberg; \
EXPORT_FACTORY IPluginFactory* PLUGIN_API GetPluginFactory () { \
if (!gPluginFactory) \
{ static PFactoryInfo factoryInfo (vendor,url,email,Vst::kDefaultFactoryFlags); \
gPluginFactory = new CPluginFactory (factoryInfo);
Steinberg::IPluginFactory * GetPluginFactory()
Empty

Copyright ©2019 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.