#include <mute_master.h>
Definition at line 39 of file mute_master.h.
◆ MutePoint
deliveries to mute when the channel is "muted"
Enumerator |
---|
PreFader | mute all pre-fader sends
|
PostFader | mute all post-fader sends
|
Listen | mute listen out
|
Main | mute main out
|
SurroundSend | mute surround send (if any)
|
Definition at line 43 of file mute_master.h.
◆ MuteMaster()
ARDOUR::MuteMaster::MuteMaster |
( |
Session & |
s, |
|
|
Muteable & |
, |
|
|
const std::string & |
name |
|
) |
| |
◆ ~MuteMaster()
ARDOUR::MuteMaster::~MuteMaster |
( |
| ) |
|
|
inline |
◆ get_state()
XMLNode& ARDOUR::MuteMaster::get_state |
( |
| ) |
const |
|
virtual |
◆ mute_at()
void ARDOUR::MuteMaster::mute_at |
( |
MutePoint |
| ) |
|
◆ mute_gain_at()
◆ mute_points()
MutePoint ARDOUR::MuteMaster::mute_points |
( |
| ) |
const |
|
inline |
◆ muted_by_masters()
bool ARDOUR::MuteMaster::muted_by_masters |
( |
| ) |
const |
|
inline |
◆ muted_by_masters_at()
bool ARDOUR::MuteMaster::muted_by_masters_at |
( |
MutePoint |
mp | ) |
const |
|
inline |
◆ muted_by_others_soloing_at()
bool ARDOUR::MuteMaster::muted_by_others_soloing_at |
( |
MutePoint |
mp | ) |
const |
◆ muted_by_self()
bool ARDOUR::MuteMaster::muted_by_self |
( |
| ) |
const |
|
inline |
◆ muted_by_self_at()
bool ARDOUR::MuteMaster::muted_by_self_at |
( |
MutePoint |
mp | ) |
const |
|
inline |
◆ set_mute_points() [1/2]
void ARDOUR::MuteMaster::set_mute_points |
( |
const std::string & |
mute_point | ) |
|
◆ set_mute_points() [2/2]
void ARDOUR::MuteMaster::set_mute_points |
( |
MutePoint |
| ) |
|
◆ set_muted_by_masters()
void ARDOUR::MuteMaster::set_muted_by_masters |
( |
bool |
| ) |
|
◆ set_muted_by_self()
void ARDOUR::MuteMaster::set_muted_by_self |
( |
bool |
yn | ) |
|
|
inline |
◆ set_soloed_by_others()
void ARDOUR::MuteMaster::set_soloed_by_others |
( |
bool |
yn | ) |
|
|
inline |
◆ set_soloed_by_self()
void ARDOUR::MuteMaster::set_soloed_by_self |
( |
bool |
yn | ) |
|
|
inline |
◆ set_state()
int ARDOUR::MuteMaster::set_state |
( |
const XMLNode & |
, |
|
|
int |
version |
|
) |
| |
|
virtual |
◆ unmute_at()
void ARDOUR::MuteMaster::unmute_at |
( |
MutePoint |
| ) |
|
◆ _mute_point
◆ _muteable
◆ _muted_by_masters
bool ARDOUR::MuteMaster::_muted_by_masters |
|
private |
◆ _muted_by_self
bool ARDOUR::MuteMaster::_muted_by_self |
|
private |
◆ _soloed_by_others
bool ARDOUR::MuteMaster::_soloed_by_others |
|
private |
◆ _soloed_by_self
bool ARDOUR::MuteMaster::_soloed_by_self |
|
private |
◆ AllPoints
const MutePoint ARDOUR::MuteMaster::AllPoints |
|
static |
◆ MutePointChanged
PBD::Signal<void()> ARDOUR::MuteMaster::MutePointChanged |
◆ xml_node_name
const std::string ARDOUR::MuteMaster::xml_node_name |
|
static |
The documentation for this class was generated from the following file: