|
VST 3 Interfaces
VST 3.6.6
SDK for developing VST Plug-in
|
Extended IComponent interface for a component. More...
#include <ivstautomationstate.h>
Inheritance diagram for IAutomationState:Public Types | |
| enum | AutomationStates { kNoAutomation = 0, kReadState = 1 << 0, kWriteState = 1 << 1, kReadWriteState = kReadState | kWriteState } |
Public Member Functions | |
| virtual tresult | setAutomationState (int32 state)=0 |
| Sets the current Automation state. More... | |
Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 | addRef ()=0 |
| virtual uint32 | release ()=0 |
Static Public Attributes | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Extended IComponent interface for a component.
Hosts could inform the Plug-in about its current automation state (Read/Write/Nothing).
| enum AutomationStates |
|
static |