LMMS
Loading...
Searching...
No Matches
Steinberg::Vst::IAutomationState Class Referenceabstract

#include <ivstautomationstate.h>

Inheritance diagram for Steinberg::Vst::IAutomationState:
Steinberg::FUnknown

Public Types

enum  AutomationStates { kNoAutomation = 0 , kReadState = 1 << 0 , kWriteState = 1 << 1 , kReadWriteState = kReadState | kWriteState }

Public Member Functions

virtual tresult PLUGIN_API setAutomationState (int32 state)=0
Public Member Functions inherited from Steinberg::FUnknown
virtual tresult PLUGIN_API queryInterface (const TUID _iid, void **obj)=0
virtual uint32 PLUGIN_API addRef ()=0
virtual uint32 PLUGIN_API release ()=0

Static Public Attributes

static const FUID iid
Static Public Attributes inherited from Steinberg::FUnknown
static const FUID iid

Detailed Description

Extended plug-in interface IEditController: Vst::IAutomationState

Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).

Member Enumeration Documentation

◆ AutomationStates

Enumerator
kNoAutomation 

Not Read and not Write.

kReadState 

Read state.

kWriteState 

Write state.

kReadWriteState 

Read and Write enable.

Member Function Documentation

◆ setAutomationState()

virtual tresult PLUGIN_API Steinberg::Vst::IAutomationState::setAutomationState ( int32 state)
pure virtual

Sets the current Automation state.

Member Data Documentation

◆ iid

const FUID Steinberg::Vst::IAutomationState::iid
static

The documentation for this class was generated from the following file: