Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Drecord_safe_control.cc28 : SlavableAutomationControl (session, RecSafeAutomation, ParameterDescriptor (RecSafeAutomation), in RecordSafeControl()
29 … boost::shared_ptr<AutomationList>(new AutomationList(Evoral::Parameter(RecSafeAutomation))), in RecordSafeControl()
H A Devent_type_map.cc165 p_type = RecSafeAutomation; in from_symbol()
270 } else if (t == RecSafeAutomation) { in to_symbol()
H A Dparameter_descriptor.cc92 case RecSafeAutomation: in ParameterDescriptor()
H A Dtrack.cc110 … (new RecordSafeControl (_session, EventTypeMap::instance().to_symbol (RecSafeAutomation), *this)); in init()
H A Denums.cc198 REGISTER_ENUM (RecSafeAutomation); in setup_enum_writer()
H A Dluabindings.cc2022 .addConst ("RecSafeAutomation", ARDOUR::AutomationType(RecSafeAutomation)) in common()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h160 RecSafeAutomation, enumerator