ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::MonitorProcessor::ChannelRecord Struct Reference

Public Member Functions

 ChannelRecord (uint32_t)
 

Public Attributes

gain_t current_gain
 
MPControl< gain_t > * cut_ptr
 
MPControl< bool > * dim_ptr
 
MPControl< gain_t > * polarity_ptr
 
MPControl< bool > * soloed_ptr
 
boost::shared_ptr
< PBD::Controllable
cut_control
 
boost::shared_ptr
< PBD::Controllable
dim_control
 
boost::shared_ptr
< PBD::Controllable
polarity_control
 
boost::shared_ptr
< PBD::Controllable
soloed_control
 
MPControl< gain_t > & cut
 
MPControl< bool > & dim
 
MPControl< gain_t > & polarity
 
MPControl< bool > & soloed
 

Detailed Description

Definition at line 171 of file monitor_processor.h.

Constructor & Destructor Documentation

MonitorProcessor::ChannelRecord::ChannelRecord ( uint32_t  chn)

Definition at line 509 of file monitor_processor.cc.

Member Data Documentation

gain_t ARDOUR::MonitorProcessor::ChannelRecord::current_gain

Definition at line 172 of file monitor_processor.h.

MPControl<gain_t>& ARDOUR::MonitorProcessor::ChannelRecord::cut

Definition at line 190 of file monitor_processor.h.

boost::shared_ptr<PBD::Controllable> ARDOUR::MonitorProcessor::ChannelRecord::cut_control

Definition at line 183 of file monitor_processor.h.

MPControl<gain_t>* ARDOUR::MonitorProcessor::ChannelRecord::cut_ptr

Definition at line 176 of file monitor_processor.h.

MPControl<bool>& ARDOUR::MonitorProcessor::ChannelRecord::dim

Definition at line 191 of file monitor_processor.h.

boost::shared_ptr<PBD::Controllable> ARDOUR::MonitorProcessor::ChannelRecord::dim_control

Definition at line 184 of file monitor_processor.h.

MPControl<bool>* ARDOUR::MonitorProcessor::ChannelRecord::dim_ptr

Definition at line 177 of file monitor_processor.h.

MPControl<gain_t>& ARDOUR::MonitorProcessor::ChannelRecord::polarity

Definition at line 192 of file monitor_processor.h.

boost::shared_ptr<PBD::Controllable> ARDOUR::MonitorProcessor::ChannelRecord::polarity_control

Definition at line 185 of file monitor_processor.h.

MPControl<gain_t>* ARDOUR::MonitorProcessor::ChannelRecord::polarity_ptr

Definition at line 178 of file monitor_processor.h.

MPControl<bool>& ARDOUR::MonitorProcessor::ChannelRecord::soloed

Definition at line 193 of file monitor_processor.h.

boost::shared_ptr<PBD::Controllable> ARDOUR::MonitorProcessor::ChannelRecord::soloed_control

Definition at line 186 of file monitor_processor.h.

MPControl<bool>* ARDOUR::MonitorProcessor::ChannelRecord::soloed_ptr

Definition at line 179 of file monitor_processor.h.


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