![]() |
Audacity 3.2.0
|
Classes | |
class | Buffers |
Accumulates (non-interleaved) data during effect processing. More... | |
class | EffectStage |
Decorates a source with a non-timewarping effect, which may have latency. More... | |
class | Sink |
Downstream receiver of sample streams, taking Buffers as external context. More... | |
class | Source |
Upstream producer of sample streams, taking Buffers as external context. More... | |
struct | Task |
Copies from a Source to a Sink, mediated by Buffers. More... | |
Functions | |
AUDIO_GRAPH_API unsigned | MakeChannelMap (const Track &track, bool multichannel, ChannelName map[3]) |
unsigned AudioGraph::MakeChannelMap | ( | const Track & | track, |
bool | multichannel, | ||
ChannelName | map[3] | ||
) |
Definition at line 379 of file EffectStage.cpp.
References ChannelNameEOL, ChannelNameFrontLeft, ChannelNameFrontRight, ChannelNameMono, TrackList::Channels(), Track::LeftChannel, and Track::RightChannel.
Referenced by anonymous_namespace{EffectStage.cpp}::MakeInstances(), and PerTrackEffect::ProcessPass().