mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix the canProcessSampleSize() cache
This is what you get for carelessly copying and pasting.
This commit is contained in:
@@ -157,7 +157,7 @@ Vst3PluginProxyImpl::canProcessSampleSize(int32 symbolicSampleSize) {
|
||||
true);
|
||||
}
|
||||
|
||||
return *function_result_cache.parameter_count;
|
||||
return it->second;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user