|
VST 3 SDK
VST 3.6.6
SDK for developing VST Plug-in
|
VstAutomationTest helper classes: implementation of IParamValueQueue. More...
#include <vsttestsuite.h>
Inheritance diagram for ParamChanges:Public Member Functions | |
| ParamChanges () | |
| ~ParamChanges () | |
| DECLARE_FUNKNOWN_METHODS void | init (ParamID id, int32 numPoints) |
| bool | setPoint (int32 index, int32 offsetSamples, double value) |
| void | resetPoints () |
| int32 | getProcessedFrames () const |
| void | setProcessedFrames (int32 amount) |
| bool | havePointsBeenRead (bool atAll) |
| ParamID | getParameterId () |
| int32 | getPointCount () |
| tresult | getPoint (int32 index, int32 &offsetSamples, double &value) |
| tresult | addPoint (int32 offsetSamples, double value, int32 &index) |
Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 | addRef ()=0 |
| virtual uint32 | release ()=0 |
Additional Inherited Members | |
Static Public Attributes inherited from IParamValueQueue | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
VstAutomationTest helper classes: implementation of IParamValueQueue.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IParamValueQueue.
|
inlinevirtual |
Implements IParamValueQueue.
Implements IParamValueQueue.
Implements IParamValueQueue.