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
@@ -227,6 +227,12 @@ class YaEventList : public Steinberg::Vst::IEventList {
DECLARE_FUNKNOWN_METHODS
/**
* Write these events an output events queue on the `ProcessData` object
* provided by the host.
*/
void write_back_outputs(Steinberg::Vst::IEventList& output_events) const;
// From `IEventList`
virtual int32 PLUGIN_API getEventCount() override;
virtual tresult PLUGIN_API