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
Public Member Functions | List of all members
juce::VSTPluginFormat::ExtraFunctions Class Referenceabstract

Base class for some extra functions that can be attached to a VST plugin instance. More...

#include "juce_VSTPluginFormat.h"

Public Member Functions

virtual int64 getTempoAt (int64 samplePos)=0
 This should return 10000 * the BPM at this position in the current edit.
 
virtual int getAutomationState ()=0
 This should return the host's automation state.
 

Detailed Description

Base class for some extra functions that can be attached to a VST plugin instance.

Definition at line 71 of file juce_VSTPluginFormat.h.

Constructor & Destructor Documentation

◆ ~ExtraFunctions()

virtual juce::VSTPluginFormat::ExtraFunctions::~ExtraFunctions ( )
virtual

Definition at line 74 of file juce_VSTPluginFormat.h.

Member Function Documentation

◆ getAutomationState()

virtual int juce::VSTPluginFormat::ExtraFunctions::getAutomationState ( )
pure virtual

This should return the host's automation state.

Returns
0 = not supported, 1 = off, 2 = read, 3 = write, 4 = read/write

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