MCPcopy Create free account
hub / github.com/audacity/audacity / ProcessBlock

Method ProcessBlock

libraries/lib-vst3/VST3Instance.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172size_t VST3Instance::ProcessBlock(EffectSettings& settings, const float* const* inBlock, float* const* outBlock,
173 size_t blockLen)
174{
175 return mWrapper->Process(inBlock, outBlock, blockLen);
176}
177
178VST3Wrapper& VST3Instance::GetWrapper()
179{

Callers

nothing calls this directly

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected