Ardour  9.2-79-gba93f2fe52
ARDOUR::Session::SoloChange Struct Reference

Public Member Functions

 SoloChange (bool s, PBD::Controllable::GroupControlDisposition g, std::weak_ptr< Route > r)
 

Public Attributes

bool self_solo_changed
 
PBD::Controllable::GroupControlDisposition gcd
 
std::weak_ptr< Routeroute
 

Detailed Description

Definition at line 2020 of file session.h.

Constructor & Destructor Documentation

◆ SoloChange()

ARDOUR::Session::SoloChange::SoloChange ( bool  s,
PBD::Controllable::GroupControlDisposition  g,
std::weak_ptr< Route r 
)
inline

Definition at line 2021 of file session.h.

Member Data Documentation

◆ gcd

PBD::Controllable::GroupControlDisposition ARDOUR::Session::SoloChange::gcd

Definition at line 2027 of file session.h.

◆ route

std::weak_ptr<Route> ARDOUR::Session::SoloChange::route

Definition at line 2028 of file session.h.

◆ self_solo_changed

bool ARDOUR::Session::SoloChange::self_solo_changed

Definition at line 2026 of file session.h.


The documentation for this struct was generated from the following file: