mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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);
|
true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return *function_result_cache.parameter_count;
|
return it->second;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user