| VST 3 SDK
    VST 3.7
    SDK for developing VST plug-in | 
AutomationTest helper classes: implementation of IParamValueQueue. More...
#include <testbase.h>
 Inheritance diagram for ParamChanges:
 Inheritance diagram for ParamChanges:| Public Member Functions | |
| DECLARE_FUNKNOWN_METHODS | ParamChanges () | 
| virtual | ~ParamChanges () | 
| 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 () SMTG_OVERRIDE | 
| int32 | getPointCount () SMTG_OVERRIDE | 
| tresult | getPoint (int32 index, int32 &offsetSamples, double &value) SMTG_OVERRIDE | 
| tresult | addPoint (int32, double, int32 &) SMTG_OVERRIDE | 
| Additional Inherited Members | |
|  Static Public Attributes inherited from IParamValueQueue | |
| static const FUID | iid | 
AutomationTest helper classes: implementation of IParamValueQueue.
| 
 | virtual | 
| void resetPoints | ( | ) | 
| int32 getProcessedFrames | ( | ) | const | 
| void setProcessedFrames | ( | int32 | amount | ) | 
| bool havePointsBeenRead | ( | bool | atAll | ) | 
| 
 | virtual | 
Implements IParamValueQueue.
| 
 | virtual | 
Implements IParamValueQueue.
Implements IParamValueQueue.
Implements IParamValueQueue.