Implement writing back YaProcessDataResponse

Everything around `ProcessData` is now fully implemented and should in
theory work.
This commit is contained in:
Robbert van der Helm
2020-12-16 18:14:28 +01:00
parent 6f38f8400c
commit 2bf98d0a97
9 changed files with 107 additions and 2 deletions
@@ -45,6 +45,13 @@ class YaParameterChanges : public Steinberg::Vst::IParameterChanges {
DECLARE_FUNKNOWN_METHODS
/**
* Write these changes back to an output parameter changes queue on the
* `ProcessData` object provided by the host.
*/
void write_back_outputs(
Steinberg::Vst::IParameterChanges& output_queues) const;
// From `IParameterChanges`
int32 PLUGIN_API getParameterCount() override;
Steinberg::Vst::IParamValueQueue* PLUGIN_API