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

Function GetMasterEffectStages

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

Source from the content-addressed store, hash-verified

199}
200
201std::vector<MixerOptions::StageSpecification>
202GetMasterEffectStages(const AudacityProject& project)
203{
204 return GetEffectStagesImpl(project);
205}
206
207/* The following registration objects need a home at a higher level to avoid
208 dependency either way between WaveTrack or RealtimeEffectList, which need to

Callers 1

CreateMixerMethod · 0.85

Calls 1

GetEffectStagesImplFunction · 0.85

Tested by

no test coverage detected