Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetLatencySamples
Method
GetLatencySamples
libraries/lib-vst3/VST3Wrapper.cpp:1029–1032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
1028
1029
Steinberg::int32 VST3Wrapper::GetLatencySamples() const
1030
{
1031
return mAudioProcessor->getLatencySamples();
1032
}
1033
1034
EffectSettings VST3Wrapper::MakeSettings()
1035
{
Callers
2
RealtimeInitialize
Method · 0.80
ProcessInitialize
Method · 0.80
Calls
1
getLatencySamples
Method · 0.80
Tested by
no test coverage detected