mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Implement process call creation
This commit is contained in:
@@ -183,4 +183,9 @@ Steinberg::Vst::ProcessData& YaProcessData::get() {
|
|||||||
return reconstructed_process_data;
|
return reconstructed_process_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Response creation
|
YaProcessDataResponse YaProcessData::move_outputs_to_response() {
|
||||||
|
return YaProcessDataResponse{
|
||||||
|
.outputs = std::move(outputs),
|
||||||
|
.output_parameter_changes = std::move(output_parameter_changes),
|
||||||
|
.output_events = std::move(output_events)};
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user