mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Implement IAudioProcessor::getLatencySamples()
This commit is contained in:
@@ -201,9 +201,8 @@ YaComponentPluginImpl::canProcessSampleSize(int32 symbolicSampleSize) {
|
||||
}
|
||||
|
||||
uint32 PLUGIN_API YaComponentPluginImpl::getLatencySamples() {
|
||||
// TODO: Implement
|
||||
bridge.logger.log("TODO: IAudioProcessor::getLatencySamples()");
|
||||
return 0;
|
||||
return bridge.send_message(
|
||||
YaComponent::GetLatencySamples{.instance_id = arguments.instance_id});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user