|
VST 3 SDK
VST 3.6.12
SDK for developing VST Plug-in
|
Default implementation for a VST 3 Component. More...
#include <vstcomponent.h>
Inheritance diagram for Component:Public Attributes | |
| OBJ_METHODS(Component, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE(IComponent) END_DEFINE_INTERFACES(ComponentBase) REFCOUNT_METHODS(ComponentBase) protected BusList | audioInputs |
| BusList | audioOutputs |
| BusList | eventInputs |
| BusList | eventOutputs |
Public Attributes inherited from ComponentBase | |
| OBJ_METHODS(ComponentBase, FObject) DEFINE_INTERFACES DEF_INTERFACE(IPluginBase) DEF_INTERFACE(IConnectionPoint) END_DEFINE_INTERFACES(FObject) REFCOUNT_METHODS(FObject) protected IConnectionPoint * | peerConnection |
Additional Inherited Members | |
Static Public Attributes inherited from IPluginBase | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Static Public Attributes inherited from IConnectionPoint | |
| static const FUID | iid |
Static Public Attributes inherited from IComponent | |
| static const FUID | iid |
Default implementation for a VST 3 Component.
Can be used as base class for a VST 3 component implementation.
| Component | ( | ) |
Constructor.
|
inline |
Sets the controller Class ID associated to its component.
| tresult removeAudioBusses | ( | ) |
Removes all Audio Buses.
| tresult renameBus | ( | MediaType | type, |
| BusDirection | dir, | ||
| int32 | index, | ||
| const String128 | newName | ||
| ) |
Renames a specific bus.
Do not forget to inform the host about this (see IComponentHandler::restartComponent (kIoTitlesChanged)).
Implements IComponent.
Implements IComponent.
|
virtual |
Implements IComponent.
|
virtual |
Implements IComponent.
|
virtual |
Implements IComponent.
|
virtual |
Implements IComponent.
Implements IComponent.
Implements IComponent.
Implements IComponent.
Implements IPluginBase.
|
virtual |
Implements IPluginBase.
| BusList * getBusList | ( | MediaType | type, |
| BusDirection | dir | ||
| ) |
| tresult removeAllBusses | ( | ) |
| OBJ_METHODS (Component, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE (IComponent) END_DEFINE_INTERFACES (ComponentBase) REFCOUNT_METHODS (ComponentBase) protected BusList audioInputs |
| BusList audioOutputs |
| BusList eventInputs |
| BusList eventOutputs |