Base class for some extra functions that can be attached to a VST plugin instance.
More...
Base class for some extra functions that can be attached to a VST plugin instance.
◆ ~ExtraFunctions()
virtual VSTPluginFormat::ExtraFunctions::~ExtraFunctions |
( |
| ) |
|
|
virtual |
◆ getTempoAt()
virtual int64 VSTPluginFormat::ExtraFunctions::getTempoAt |
( |
int64 |
samplePos | ) |
|
|
pure virtual |
This should return 10000 * the BPM at this position in the current edit.
◆ getAutomationState()
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: