Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/test/
H A Dautomation_list_property_test.cc56 boost::shared_ptr<AutomationList> (new AutomationList (Evoral::Parameter (FadeInAutomation))) in basicTest()
102 …tor, boost::shared_ptr<AutomationList> (new AutomationList (Evoral::Parameter (FadeInAutomation)))) in Fred()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Devent_type_map.cc147 p_type = FadeInAutomation; in from_symbol()
254 } else if (t == FadeInAutomation) { in to_symbol()
H A Daudioregion.cc203 …n, boost::shared_ptr<AutomationList> (new AutomationList (Evoral::Parameter (FadeInAutomation)))) \
204 …n, boost::shared_ptr<AutomationList> (new AutomationList (Evoral::Parameter (FadeInAutomation)))) \
1019 const ARDOUR::ParameterDescriptor desc(FadeInAutomation); in set_fade_in()
1020 boost::shared_ptr<Evoral::ControlList> c1 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
1021 boost::shared_ptr<Evoral::ControlList> c2 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
1022 boost::shared_ptr<Evoral::ControlList> c3 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
H A Dparameter_descriptor.cc97 case FadeInAutomation: in ParameterDescriptor()
H A Dautomation_list.cc163 case FadeInAutomation: in create_curve_if_necessary()
H A Denums.cc194 REGISTER_ENUM (FadeInAutomation); in setup_enum_writer()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h156 FadeInAutomation, enumerator