|
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 |
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. | |
Base class for some extra functions that can be attached to a VST plugin instance.
Definition at line 71 of file juce_VSTPluginFormat.h.
|
virtual |
Definition at line 74 of file juce_VSTPluginFormat.h.
This should return the host's automation state.