mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Implement IParameterChanges
This commit is contained in:
@@ -36,10 +36,16 @@ class YaParamValueQueue : public Steinberg::Vst::IParamValueQueue {
|
||||
*/
|
||||
YaParamValueQueue();
|
||||
|
||||
/**
|
||||
* Create an empty queue for a specific parameter. Used in
|
||||
* `YaParameterChanges::addParameterData`.
|
||||
*/
|
||||
YaParamValueQueue(Steinberg::Vst::ParamID parameter_id);
|
||||
|
||||
/**
|
||||
* Read data from an existing `IParamValueQueue` object.
|
||||
*/
|
||||
YaParamValueQueue(Steinberg::Vst::IParamValueQueue&);
|
||||
YaParamValueQueue(Steinberg::Vst::IParamValueQueue& original_queue);
|
||||
|
||||
~YaParamValueQueue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user