mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Add a todo about reusing YaProcessData objects
This commit is contained in:
@@ -97,6 +97,8 @@ tresult PLUGIN_API Vst3PluginProxyImpl::setProcessing(TBool state) {
|
||||
|
||||
tresult PLUGIN_API
|
||||
Vst3PluginProxyImpl::process(Steinberg::Vst::ProcessData& data) {
|
||||
// TODO: Check whether reusing a `YaProcessData` object make a difference in
|
||||
// terms of performance
|
||||
ProcessResponse response = bridge.send_message(
|
||||
YaAudioProcessor::Process{.instance_id = instance_id(), .data = data});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user