Home
last modified time | relevance | path

Searched refs:PunchOut (Results 1 – 11 of 11) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmarker.h64 PunchOut, enumerator
H A Dmarker.cc257 case PunchOut: in ArdourMarker()
464 return (_type == SessionEnd || _type == RangeEnd || _type == LoopEnd || _type == PunchOut); in label_on_left()
H A Deditor_markers.cc143 location->name(), ArdourMarker::PunchOut, location->end()); in add_new_location_internal()
H A Dluainstance.cc1065 .addConst ("PunchOut", ArdourMarker::Type(ArdourMarker::PunchOut)) in register_classes()
H A Deditor_drag.cc4714 case ArdourMarker::PunchOut: in motion()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession_event.h52 PunchOut, enumerator
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_events.cc265 …assert (ev->type == SessionEvent::PunchIn || ev->type == SessionEvent::PunchOut || ev->type == Se… in _replace_event()
H A Dsession_process.cc950 case SessionEvent::PunchOut: in process_event()
H A Denums.cc456 REGISTER_CLASS_ENUM (SessionEvent, PunchOut); in setup_enum_writer()
H A Dsession.cc788 case SessionEvent::PunchOut: in destroy()
1498 replace_event (SessionEvent::PunchOut, location->end()); in auto_punch_end_changed()
1575 clear_events (SessionEvent::PunchOut); in set_auto_punch_location()
H A Dsession_state.cc4078 clear_events (SessionEvent::PunchOut); in config_changed()