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

Function GetEffectStages

libraries/lib-effects/MixAndRender.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::vector<MixerOptions::StageSpecification>
196GetEffectStages(const WaveTrack& track)
197{
198 return GetEffectStagesImpl(track);
199}
200
201std::vector<MixerOptions::StageSpecification>
202GetMasterEffectStages(const AudacityProject& project)

Callers 3

MixAndRenderFunction · 0.85
ProcessOneMethod · 0.85
CreateMixerMethod · 0.85

Calls 1

GetEffectStagesImplFunction · 0.85

Tested by

no test coverage detected