Home
last modified time | relevance | path

Searched refs:SoloSafeAutomation (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsolo_safe_control.cc32 : SlavableAutomationControl (session, SoloSafeAutomation, ParameterDescriptor (SoloSafeAutomation), in SoloSafeControl()
33 … boost::shared_ptr<AutomationList>(new AutomationList(Evoral::Parameter(SoloSafeAutomation))), in SoloSafeControl()
H A Devent_type_map.cc143 p_type = SoloSafeAutomation; in from_symbol()
264 } else if (t == SoloSafeAutomation) { in to_symbol()
H A Dparameter_descriptor.cc141 case SoloSafeAutomation: in ParameterDescriptor()
H A Denums.cc186 REGISTER_ENUM (SoloSafeAutomation); in setup_enum_writer()
H A Dluabindings.cc2019 .addConst ("SoloSafeAutomation", ARDOUR::AutomationType(SoloSafeAutomation)) in common()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dsubview.cc802 …_INVALIDATOR, boost::bind (&TrackViewSubview::notify_change, this, SoloSafeAutomation, global_stri… in setup_vpot()
803 notify_change (SoloSafeAutomation, global_strip_position, true); in setup_vpot()
853 case SoloSafeAutomation: in notify_change()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h148 SoloSafeAutomation, enumerator