| JUCE
    | 
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 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.
| 
 | virtual | 
This should return 10000 * the BPM at this position in the current edit.
| 
 | pure virtual | 
This should return the host's automation state.