JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
ivstautomationstate.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------
2// Project : VST SDK
3//
4// Category : Interfaces
5// Filename : pluginterfaces/vst/ivstautomationstate.h
6// Created by : Steinberg, 02/2015
7// Description : VST Automation State Interface
8//
9//-----------------------------------------------------------------------------
10// This file is part of a Steinberg SDK. It is subject to the license terms
11// in the LICENSE file found in the top-level directory of this distribution
12// and at www.steinberg.net/sdklicenses.
13// No part of the SDK, including this file, may be copied, modified, propagated,
14// or distributed except according to the terms contained in the LICENSE file.
15//-----------------------------------------------------------------------------
16
17#pragma once
18
20
21//------------------------------------------------------------------------
23//------------------------------------------------------------------------
24
25//------------------------------------------------------------------------
26namespace Steinberg {
27namespace Vst {
28
29//------------------------------------------------------------------------
40{
41public:
42//------------------------------------------------------------------------
51
53 virtual tresult PLUGIN_API setAutomationState (int32 state) = 0;
54
55//------------------------------------------------------------------------
56 static const FUID iid;
57};
58
59DECLARE_CLASS_IID (IAutomationState, 0xB4E8287F, 0x1BB346AA, 0x83A46667, 0x68937BAB)
60
61//------------------------------------------------------------------------
62} // namespace Vst
63} // namespace Steinberg
64
65//------------------------------------------------------------------------
67//------------------------------------------------------------------------
Handling 16 Byte Globally Unique Identifiers.
Definition funknown.h:241
The basic interface of all interfaces.
Definition funknown.h:375
Extended plug-in interface IEditController: Vst::IAutomationState.
@ kReadWriteState
Read and Write enable.
@ kNoAutomation
Not Read and not Write.
virtual tresult PLUGIN_API setAutomationState(int32 state)=0
Sets the current Automation state.