mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
Implement writing back YaProcessDataResponse
Everything around `ProcessData` is now fully implemented and should in theory work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user