Home
last modified time | relevance | path

Searched refs:rec_enable_control (Results 1 – 25 of 50) sorted by relevance

12

/dports/audio/ardour6/Ardour-6.8.0/tools/
H A Dsplit_benchmark.lua20 t:rec_enable_control():set_value(1, PBD.GroupControlDisposition.UseGroup)
33 t:rec_enable_control():set_value(0, PBD.GroupControlDisposition.UseGroup)
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dtrack_mix.cc231 if (stripable->rec_enable_control()) { in button_lower()
232 …stripable->rec_enable_control()->set_value (!stripable->rec_enable_control()->get_value(), PBD::Co… in button_lower()
374 simple_control_change (stripable->rec_enable_control(), Push2::Lower3); in rec_enable_change()
483 if (stripable->rec_enable_control()) { in set_stripable()
484 …stripable->rec_enable_control()->Changed.connect (stripable_connections, invalidator (*this), boos… in set_stripable()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute_graph.cc218 if (t1->rec_enable_control()->get_value()) { in operator ()()
219 if (t2->rec_enable_control()->get_value()) { in operator ()()
227 if (t2->rec_enable_control()->get_value()) { in operator ()()
H A Droute_group.cc183 _rec_enable_group->add_control (trk->rec_enable_control()); in add()
230 _rec_enable_group->remove_control (trk->rec_enable_control()); in remove()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport/
H A Doperations.cc159 t->rec_enable_control()->set_value (!t->rec_enable_control()->get_value(), Controllable::UseGroup); in rec_enable()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/cc121/
H A Doperations.cc191 t->rec_enable_control()->set_value (!t->rec_enable_control()->get_value(), Controllable::UseGroup); in rec_enable()
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dsession_template_record.lua55 track:rec_enable_control ():set_value (1, PBD.GroupControlDisposition.NoGroup)
H A Dmetering_point.lua34 if route:rec_enable_control():get_value() == 1.0 then
H A Dpreare_record_example.lua49 t:rec_enable_control():set_value(1, PBD.GroupControlDisposition.UseGroup)
H A D_route_template_generic_audio.lua115 track:rec_enable_control ():set_value (1, PBD.GroupControlDisposition.NoGroup)
H A Dreset_mixer.lua214 reset(route:rec_enable_control(), disp, auto)
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dstrip.cc224 boost::shared_ptr<AutomationControl> rec_enable_control = _stripable->rec_enable_control (); in set_stripable() local
226 if (rec_enable_control) { in set_stripable()
227 _recenable->set_control (rec_enable_control); in set_stripable()
228rec_enable_control->Changed.connect (stripable_connections, MISSING_INVALIDATOR, boost::bind (&Str… in set_stripable()
316 _surface->write (_recenable->set_state (trk->rec_enable_control()->get_value() ? on : off)); in notify_record_enable_changed()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtrack_record_axis.cc231 if (_route->rec_enable_control()->get_value()) { in route_rec_enable_changed()
510 items.back().set_sensitive (!is_track() || !track()->rec_enable_control()->get_value()); in build_route_ops_menu()
518 if (_renaming || _route->rec_enable_control()->get_value() || !_route->active ()) { in start_rename()
678 …_track->rec_enable_control()->Changed.connect (_connections, invalidator (*this), boost::bind (&Tr… in TrackSummary()
783 if (!_track->rec_enable_control()->get_value() || !_track->session ().actively_recording ()) { in maybe_setup_rec_box()
H A Droute_ui.cc394 …t->rec_enable_control()->Changed.connect (route_connections, invalidator (*this), boost::bind (&Ro… in set_route()
398 rec_enable_button->set_controllable (t->rec_enable_control()); in set_route()
792 …o_control_list (_session->get_routes(), &Stripable::rec_enable_control), !track()->rec_enable_cont… in rec_enable_press()
807 …ntrols (route_list_to_control_list (rl, &Stripable::rec_enable_control), !track()->rec_enable_cont… in rec_enable_press()
817 …trk->rec_enable_control()->set_value (!trk->rec_enable_control()->get_value(), Controllable::UseGr… in rec_enable_press()
944 if (track()->rec_enable_control()->get_value()) { in build_record_menu()
950 _rec_safe_item->set_sensitive (!_route->rec_enable_control()->get_value()); in build_record_menu()
958 if (!is_midi_track() || track()->rec_enable_control()->get_value()) { in toggle_step_edit()
978 if (_route->rec_enable_control()->get_value()) { in toggle_rec_safe()
1377 if (track()->rec_enable_control()->get_value()) { in blink_rec_display()
H A Daudio_streamview.cc204 _trackview.track()->rec_enable_control()->get_value()) { in setup_rec_box()
257 !_trackview.track()->rec_enable_control()->get_value())) { in setup_rec_box()
H A Deditor_routes.cc444 boost::shared_ptr<AutomationControl> ac = stv->stripable()->rec_enable_control(); in on_tv_rec_enable_changed()
813 …t->rec_enable_control()->Changed.connect (*this, MISSING_INVALIDATOR, boost::bind (&EditorRoutes::… in time_axis_views_added()
1347 …_controls (route_list_to_control_list (rl, &Stripable::rec_enable_control), !t->rec_enable_control in key_press()
1690 if (trk->rec_enable_control()->get_value()) { in idle_update_mute_rec_solo_etc()
1703 (*i)[_columns.name_editable] = !trk->rec_enable_control()->get_value(); in idle_update_mute_rec_solo_etc()
H A Dmidi_streamview.cc463 _trackview.track()->rec_enable_control()->get_value()) { in setup_rec_box()
535 !_trackview.track()->rec_enable_control()->get_value())) { in setup_rec_box()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/control_protocol/
H A Dcontrol_protocol.cc147 at->rec_enable_control()->set_value (1.0, Controllable::UseGroup); in route_set_rec_enable()
163 return at->rec_enable_control()->get_value(); in route_get_rec_enable()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/launch_control_xl/
H A Dlaunch_control_xl.cc1003 return t->rec_enable_control ()->get_value () > 0; in flt_rec_armed()
1162 if (stripable[n]->rec_enable_control()) { in switch_bank()
1163 stripable[n]->rec_enable_control()->Changed.connect (stripable_connections, MISSING_INVALIDATOR, in switch_bank()
1192 if (first_selected_stripable()->rec_enable_control()) { in init_dm_callbacks()
1193 first_selected_stripable()->rec_enable_control()->Changed.connect (stripable_connections, in init_dm_callbacks()
H A Dcontrollers.cc574 ac = stripable[n]->rec_enable_control(); in get_ac_by_state()
1294 if (first_selected_stripable()->rec_enable_control()) { in dm_recenable_enabled()
1295 if (first_selected_stripable()->rec_enable_control()->get_value()) { in dm_recenable_enabled()
1312 if (first_selected_stripable()->rec_enable_control()) { in dm_recenable_switch()
1313 …first_selected_stripable()->rec_enable_control()->set_value(!first_selected_stripable()->rec_enabl… in dm_recenable_switch()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_route_observer.cc181 boost::shared_ptr<AutomationControl> rec_controllable = _strip->rec_enable_control (); in refresh_strip()
183 …server::send_change_message, this, X_("/strip/recenable"), _strip->rec_enable_control()), OSC::ins… in refresh_strip()
184 send_change_message (X_("/strip/recenable"), _strip->rec_enable_control()); in refresh_strip()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtrack.h120 boost::shared_ptr<AutomationControl> rec_enable_control() const { return _record_enable_control; } in rec_enable_control() function
H A Dstripable.h124 …virtual boost::shared_ptr<AutomationControl> rec_enable_control() const { return boost::shared_ptr… in rec_enable_control() function
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dactions.cc471 …t->rec_enable_control()->set_value (!t->rec_enable_control()->get_value(), PBD::Controllable::UseG… in button_arm()
H A Dcallbacks.cc112 ac = s->rec_enable_control (); in notify_route_state_changed()

12