mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Fully implement IPrefetchableSupport
This commit is contained in:
@@ -675,10 +675,14 @@ tresult PLUGIN_API Vst3PluginProxyImpl::terminate() {
|
||||
|
||||
tresult PLUGIN_API Vst3PluginProxyImpl::getPrefetchableSupport(
|
||||
Steinberg::Vst::PrefetchableSupport& prefetchable /*out*/) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log(
|
||||
"TODO: Implement IPrefetchableSupport::getPrefetchableSupport()");
|
||||
return Steinberg::kNotImplemented;
|
||||
const GetPrefetchableSupportResponse response =
|
||||
bridge.send_audio_processor_message(
|
||||
YaPrefetchableSupport::GetPrefetchableSupport{.instance_id =
|
||||
instance_id()});
|
||||
|
||||
prefetchable = response.prefetchable;
|
||||
|
||||
return response.result;
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3PluginProxyImpl::programDataSupported(
|
||||
|
||||
Reference in New Issue
Block a user