Home
last modified time | relevance | path

Searched refs:auto_punch_location (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Ddisk_writer.cc171 …if (_session.config.get_punch_in () && 0 != (loc = _session.locations()->auto_punch_location ()))… in check_record_status()
183 …if (_session.config.get_punch_out () && 0 != (loc = _session.locations()->auto_punch_location ())… in check_record_status()
401 bool punch_in = _session.config.get_punch_in () && _session.locations()->auto_punch_location (); in run()
403 … punch_in && _session.transport_sample () <= _session.locations()->auto_punch_location ()->start (… in run()
H A Dsession_process.cc1039 bool const punching_in = (config.get_punch_in () && _locations->auto_punch_location()); in compute_stop_limit()
1040 bool const punching_out = (config.get_punch_out () && _locations->auto_punch_location()); in compute_stop_limit()
1048 …} else if (punching_in && punching_out && _locations->auto_punch_location()->end() > current_end_s… in compute_stop_limit()
H A Dlocation.cc1516 Locations::auto_punch_location () const in auto_punch_location() function in Locations
H A Dsession_state.cc4053 if ((location = _locations->auto_punch_location()) != 0) { in config_changed()
4073 if ((location = _locations->auto_punch_location()) != 0) { in config_changed()
H A Dsession.cc1419 if (!_locations->auto_punch_location ()) { in punch_active()
1571 if ((existing = _locations->auto_punch_location()) != 0 && existing != location) { in set_auto_punch_location()
H A Dluabindings.cc890 .addFunction ("auto_punch_location", &Locations::auto_punch_location) in common()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlocation.h215 Location* auto_punch_location () const;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtime_info_box.cc221 Location* punch = s->locations()->auto_punch_location (); in set_session()
H A Deditor_selection.cc1908 if ((location = _session->locations()->auto_punch_location()) == 0) { in set_selection_from_punch()
1986 Location* location = _session->locations()->auto_punch_location(); in select_all_selectables_using_punch()
H A Dardour_ui2.cc870 …punch = _session && _session->punch_is_possible() && _session->locations()->auto_punch_location (); in set_punch_sensitivity()
H A Deditor.cc1335 loc = _session->locations()->auto_punch_location(); in set_session()
4287 return _session->locations()->auto_punch_location(); in transport_punch_location()
H A Deditor_ops.cc3325 Location* loc = _session->locations()->auto_punch_location(); in separate_region_from_punch()
3863 Location* loc = _session->locations()->auto_punch_location(); in trim_region_to_punch()