MCPcopy 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
1029Steinberg::int32 VST3Wrapper::GetLatencySamples() const
1030{
1031 return mAudioProcessor->getLatencySamples();
1032}
1033
1034EffectSettings VST3Wrapper::MakeSettings()
1035{

Callers 2

RealtimeInitializeMethod · 0.80
ProcessInitializeMethod · 0.80

Calls 1

getLatencySamplesMethod · 0.80

Tested by

no test coverage detected