ASPiK SDK
|
Interface for VST3 parameter value update queue (sample accurate automation) More...
#include <pluginstructures.h>
Public Member Functions | |
virtual uint32_t | getParameterIndex ()=0 |
virtual bool | getValueAtOffset (long int _sampleOffset, double _previousValue, double &_nextValue)=0 |
virtual bool | getNextValue (double &_nextValue)=0 |
Interface for VST3 parameter value update queue (sample accurate automation)
|
pure virtual |
Get the sample-accurate value of the parameter at the next sample offset, determined by an internal counter Returns true if dNextValue is different than the previous value
Implemented in Steinberg::Vst::ASPiK::VSTParamUpdateQueue.
|
pure virtual |
Get the index number associated with the parameter
Implemented in Steinberg::Vst::ASPiK::VSTParamUpdateQueue.
|
pure virtual |
Get the sample-accurate value of the parameter at the given sample offset. Pass in the last known normalized value. Returns true if dPreviousValue != dNextValue
Implemented in Steinberg::Vst::ASPiK::VSTParamUpdateQueue.