Home
last modified time | relevance | path

Searched refs:send_enable_controllable (Results 1 – 15 of 15) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dreset_mixer.lua103 route:send_enable_controllable(i),
110 until route:send_enable_controllable(i):isnil()
H A Dmixer_settings_store.lua238 r:send_enable_controllable(i),
251 until r:send_enable_controllable(i):isnil()
H A Dmixer_settings_recall.lua179 rt:send_enable_controllable(i),
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/launch_control_xl/
H A Dcontrollers.cc1506 if (first_selected_stripable()->send_enable_controllable(send)) { in dm_mb_check_send_knob()
1508 if (first_selected_stripable()->send_enable_controllable(send)->get_value()) { in dm_mb_check_send_knob()
1528 if (first_selected_stripable()->send_enable_controllable(send)) { in dm_mb_check_send_button()
1530 if (first_selected_stripable()->send_enable_controllable(send)->get_value()) { in dm_mb_check_send_button()
1730 if (first_selected_stripable()->send_enable_controllable(send)) { in dm_mb_send_switch()
1732 first_selected_stripable()->send_enable_controllable(send)->set_value in dm_mb_send_switch()
1733 …(!first_selected_stripable()->send_enable_controllable(send)->get_value(), PBD::Controllable::UseG… in dm_mb_send_switch()
H A Dlaunch_control_xl.cc1224 if (first_selected_stripable()->send_enable_controllable(se)) { in init_dm_callbacks()
1225 first_selected_stripable()->send_enable_controllable(se)->Changed.connect (stripable_connections, in init_dm_callbacks()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dvca.h144 …boost::shared_ptr<AutomationControl> send_enable_controllable (uint32_t n) const { return boost::s… in send_enable_controllable() function
H A Dstripable.h188 virtual boost::shared_ptr<AutomationControl> send_enable_controllable (uint32_t n) const = 0;
H A Droute.h564 boost::shared_ptr<AutomationControl> send_enable_controllable (uint32_t n) const;
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_select_observer.cc399 if (_strip->send_enable_controllable (s)) { in send_init()
400send_enable_controllable(s)->Changed.connect (send_connections, MISSING_INVALIDATOR, boost::bind (… in send_init()
401 enable_message_with_id (X_("/select/send_enable"), c, _strip->send_enable_controllable(s)); in send_init()
H A Dosc.cc4965 if (s->send_enable_controllable (sid)) { in route_set_send_enable()
4966 s->send_enable_controllable (sid)->set_value (val, sur->usegroup); in route_set_send_enable()
5008 if (s->send_enable_controllable (send_id)) { in sel_sendenable()
5009 s->send_enable_controllable (send_id)->set_value (val, PBD::Controllable::NoGroup); in sel_sendenable()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dsubview.cc694 …boost::shared_ptr<AutomationControl> control = _subview_stripable->send_enable_controllable(global… in handle_vselect_event()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dvst3_plugin.cc2544 if (s->send_enable_controllable (send_id)) { in lookup_ac()
2590 while (s->send_enable_controllable (value)) { in getContextInfoValue()
H A Dluabindings.cc1064 .addFunction ("send_enable_controllable", &Stripable::send_enable_controllable) in common()
H A Droute.cc6004 Route::send_enable_controllable (uint32_t n) const in send_enable_controllable() function in Route
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dfaderport8.cc1629 _ctrls.strip(id).set_mute_controllable (s->send_enable_controllable (i)); in assign_sends()