Audacity 3.2.0
|
Extends Track with notions of mute and solo setting. More...
Go to the source code of this file.
Classes | |
class | AudioTrack |
Track subclass holding data representing sound (as notes, or samples, or ...) More... | |
class | PlayableTrack |
AudioTrack subclass that can also be audibly replayed by the program. More... | |
Enumerations | |
enum | SoloBehavior { SoloBehaviorSimple , SoloBehaviorMulti } |
Functions | |
ENUMERATE_TRACK_TYPE (AudioTrack) | |
ENUMERATE_TRACK_TYPE (PlayableTrack) | |
Variables | |
PLAYABLE_TRACK_API EnumSetting< SoloBehavior > | TracksBehaviorsSolo |
Extends Track with notions of mute and solo setting.
Audacity: A Digital Audio Editor
Dominic Mazzoni
Paul Licameli split from Track.h
Definition in file PlayableTrack.h.
enum SoloBehavior |
Enumerator | |
---|---|
SoloBehaviorSimple | |
SoloBehaviorMulti |
Definition at line 69 of file PlayableTrack.h.
ENUMERATE_TRACK_TYPE | ( | AudioTrack | ) |
ENUMERATE_TRACK_TYPE | ( | PlayableTrack | ) |
|
extern |
Definition at line 187 of file PlayableTrack.cpp.
Referenced by TrackUtilities::DoTrackMute(), TrackUtilities::DoTrackSolo(), anonymous_namespace{TrackMenus.cpp}::MuteTracks(), MixerTrackCluster::OnButton_Mute(), and TracksBehaviorsPrefs::PopulateOrExchange().