JUCE
Public Member Functions | List of all members
VSTPluginFormat::ExtraFunctions Class Referenceabstract

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

virtual int64 VSTPluginFormat::ExtraFunctions::getTempoAt ( int64  samplePos)
pure virtual

This should return 10000 * the BPM at this position in the current edit.

virtual int 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: