mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
b11146fc88
commit
4cc0900375
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ public:
|
|||
if (GetSampleRate() <= 0)
|
||||
return 0.0;
|
||||
|
||||
return getLatencySamples() / GetSampleRate();
|
||||
return juceFilter->getLatencySamples() / GetSampleRate();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue