Audacity 3.2.0
|
#include "EffectStage.h"
#include "AudacityException.h"
#include "AudioGraphBuffers.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{EffectStage.cpp} |
Functions | |
std::vector< std::shared_ptr< EffectInstance > > | anonymous_namespace{EffectStage.cpp}::MakeInstances (const EffectStage::Factory &factory, EffectSettings &settings, double sampleRate, std::optional< sampleCount > genLength, int channel, int nInputChannels) |
unsigned | MakeChannelMap (int nChannels, int channel, ChannelName map[3]) |
unsigned MakeChannelMap | ( | int | nChannels, |
int | channel, | ||
ChannelName | map[3] | ||
) |
Definition at line 370 of file EffectStage.cpp.
References ChannelNameEOL, ChannelNameFrontLeft, ChannelNameFrontRight, and ChannelNameMono.
Referenced by anonymous_namespace{EffectStage.cpp}::MakeInstances(), and PerTrackEffect::ProcessPass().