Home
last modified time | relevance | path

Searched refs:GainAutomation (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dparameter_descriptor.cc61 case GainAutomation: in ParameterDescriptor()
210 …} else if (type == GainAutomation || type == TrimAutomation || type == BusSendLevel || type == Mai… in update_steps()
325 case GainAutomation: in to_interface()
384 case GainAutomation: in from_interface()
443 case GainAutomation: in is_linear()
H A Dgain_control.cc41 case GainAutomation: in gain_control_name()
61 case GainAutomation: in automation_list_new()
H A Dreturn.cc55 boost::shared_ptr<AutomationList> gl (new AutomationList (Evoral::Parameter (GainAutomation))); in Return()
56 …oost::shared_ptr<GainControl> (new GainControl (_session, Evoral::Parameter (GainAutomation), gl)); in Return()
H A Devent_type_map.cc131 p_type = GainAutomation; in from_symbol()
232 if (t == GainAutomation) { in to_symbol()
H A Dautomation_list.cc157 case GainAutomation: in create_curve_if_necessary()
231 case GainAutomation: in default_interpolation()
H A Dvca.cc75 …, _gain_control (new GainControl (s, Evoral::Parameter (GainAutomation), boost::shared_ptr<Automat… in VCA()
H A Dcontrol_group.cc208 : ControlGroup (GainAutomation) in GainControlGroup()
H A Dautomatable.cc191 if (param == Evoral::Parameter(GainAutomation)) { in describe_parameter()
557 } else if (param.type() == GainAutomation) { in control_factory()
H A Damp.cc338 case GainAutomation: in state()
H A Dsend.cc344 if (param.type() != GainAutomation) { in set_state()
H A Denums.cc176 REGISTER_ENUM (GainAutomation); in setup_enum_writer()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daudio_time_axis.cc109 if (automation_child (GainAutomation) == 0) { in set_route()
110 create_automation_child (GainAutomation, false); in set_route()
206 if (param.type() == GainAutomation) { in create_automation_child()
H A Dvca_time_axis.cc194 if (automation_child (GainAutomation) == 0) { in set_vca()
195 create_automation_child (GainAutomation, false); in set_vca()
407 add_automation_child (Evoral::Parameter(GainAutomation), gain_track, show); in create_gain_automation_child()
434 case GainAutomation: in create_automation_child()
495 _main_automation_menu_map[Evoral::Parameter(GainAutomation)] = gain_automation_item; in build_automation_action_menu()
H A Dcurvetest.cc38 Evoral::Parameter param(GainAutomation); in curvetest()
H A Dmidi_time_axis.cc187 if (automation_child (GainAutomation) == 0) { in set_route()
188 create_automation_child (GainAutomation, false); in set_route()
1314 case GainAutomation: in create_automation_child()
H A Dautomation_line.cc207 case GainAutomation: in get_uses_gain_mapping()
396 case GainAutomation: in string_to_fraction()
H A Dprocessor_box.cc181 …st::dynamic_pointer_cast<Amp> (_processor)->gain_control()->parameter().type() != GainAutomation) { in ProcessorEntry()
2499 …) && boost::dynamic_pointer_cast<Amp> (*i)->gain_control()->parameter().type() != GainAutomation) { in processor_operation()
2596 …ost::dynamic_pointer_cast<Amp> (processor)->gain_control()->parameter().type() != GainAutomation) { in processor_button_release_event()
3181 …namic_pointer_cast<Amp>((*i)->processor())->gain_control()->parameter().type() == GainAutomation) { in setup_entry_positions()
3810 …ost::dynamic_pointer_cast<Amp> (processor)->gain_control()->parameter().type() == GainAutomation) { in get_editor_window()
H A Dautomation_time_axis.cc1008 if (node.name() == X_("gain") && _parameter == Evoral::Parameter (GainAutomation)) { in set_state_2X()
H A Droute_time_axis.cc595 _main_automation_menu_map[Evoral::Parameter(GainAutomation)] = gain_automation_item; in build_automation_action_menu()
2481 add_automation_child (Evoral::Parameter(GainAutomation), gain_track, show); in create_gain_automation_child()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dvalue_as_string.h56 …} else if (desc.type == GainAutomation || desc.type == BusSendLevel || desc.type == TrimAutomation… in value_as_string()
H A Dtypes.h138 GainAutomation, enumerator
/dports/audio/ardour6/Ardour-6.8.0/tools/
H A Df2s179 REGISTER_ENUM (GainAutomation);
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/maschine2/
H A Dui_knob.cc224 case ARDOUR::GainAutomation: in controllable_changed()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dknob.cc326 case ARDOUR::GainAutomation: in controllable_changed()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dstrip.cc676 case GainAutomation: in format_paramater_for_display()

12