Base class for some extra functions that can be attached to a VST plugin instance. More...
#include <juce_VSTPluginFormat.h>
Public Member Functions | |
virtual | ~ExtraFunctions () |
virtual int | getAutomationState ()=0 |
This should return the host's automation state. More... | |
virtual int64 | getTempoAt (int64 samplePos)=0 |
This should return 10000 * the BPM at this position in the current edit. More... | |
Base class for some extra functions that can be attached to a VST plugin instance.
|
inlinevirtual |
References JUCE_CALLTYPE.
|
pure virtual |
This should return the host's automation state.
This should return 10000 * the BPM at this position in the current edit.