Home
last modified time | relevance | path

Searched refs:IsRangeMarker (Results 1 – 8 of 8) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlocation.h59 IsRangeMarker = 0x20, enumerator
108 bool is_range_marker() const { return _flags & IsRangeMarker; } in is_range_marker()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlocation.cc481 if (set_flag_internal (yn, IsRangeMarker)) { in set_is_range_marker()
1088 Location* loc = new Location(_session, start, end, name, Location::IsRangeMarker); in add_range()
H A Denums.cc569 REGISTER_CLASS_ENUM (Location, IsRangeMarker); in setup_enum_writer()
H A Dluabindings.cc2616 .addConst ("IsRangeMarker", ARDOUR::Location::Flags(Location::IsRangeMarker)) in common()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_markers.cc731 Location* loc = new Location (*_session, where, end, name, Location::IsRangeMarker); in mouse_add_new_range()
1298 … newrange = new Location (*_session, marker->position(), end, range_name, Location::IsRangeMarker); in marker_menu_range_to_next()
H A Dlocation_ui.cc1067 Location *location = new Location (*_session, where, where, rangename, Location::IsRangeMarker); in add_new_range()
H A Deditor_drag.cc6095 flags = Location::IsRangeMarker | Location::IsSkip; in finished()
6100 flags = Location::IsRangeMarker | Location::IsCDMarker; in finished()
6105 flags = Location::IsRangeMarker; in finished()
H A Deditor_ops.cc2236 …Location *location = new Location (*_session, start, end, rangename, Location::IsRangeMarker, get_… in add_location_from_selection()
2390 …(*_session, region->position(), region->last_sample(), region->name(), Location::IsRangeMarker, 0); in add_locations_from_region()
2431 …lection->regions.start(), selection->regions.end_sample(), markername, Location::IsRangeMarker, 0); in add_location_from_region()