| 199 | } |
| 200 | |
| 201 | std::vector<MixerOptions::StageSpecification> |
| 202 | GetMasterEffectStages(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 |
no test coverage detected