From: Alexandre Prokoudine Date: Sun, 6 Nov 2022 20:12:44 +0000 (+0300) Subject: Ruler/Markers rewrite, part 4 of N X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=571efd9033ac5c4552286a27c8696dc150042733 Ruler/Markers rewrite, part 4 of N Update Range Markers section --- diff --git a/include/creating-range-markers.html b/include/creating-range-markers.html index dc29fa7..e7ae8ea 100644 --- a/include/creating-range-markers.html +++ b/include/creating-range-markers.html @@ -1,11 +1,13 @@

- Range markers are essentially two - location markers that appear in the Range Markers ruler, - and are grouped together to mark the beginning and end of a section in the timeline. + Range markers are essentially two + location markers that appear in the + Range Markers ruler, and are grouped together to mark + the beginning and end of a section in the timeline.

-

Creating a Range on the timeline

+

Creating a Range on the Timeline

+

Creating a new range can be done by right clicking on the Range Markers ruler at the top @@ -14,19 +16,165 @@

It is also possible to create range markers from a selected range or - region in the Editor window, or to using the Ranges - & Marks List in the Editor list. + region in the Editor window, or to using the + Ranges & Marks List in the Editor list.

Editing a Range

+

Both markers of a range can be independently moved along the timeline by clicking and dragging them to the desired location.

- They can also be moved together by dragging one marker. + They can also be moved together by dragging one marker.

See Moving markers for more information.

+

Renaming Range Markers

+ +

+ Ardour provides two ways to rename an existing pair of range markers: +

+ +
    +
  1. + Double-clicking either of the two range markers will show a dialog for + setting a new caption for the markers. +
  2. +
  3. + The same can be achieved by right-clicking on either of the markers and + selecting the Rename Range… menu item. +
  4. +
+ +

Removing Range Markers

+ +

+ Range markers can be deleted in three ways: +

+ +
    +
  1. + By clicking on one of the markers and pressing the Del key. +
  2. +
  3. + By right-clicking on one of the markers and selecting + Remove Range. +
  4. +
  5. + By clicking the markers' x button in the + Ranges & Marks sidebar. +
  6. +
+ +

More Options

+ +

+ The context (right-click) menu for range markers has more options than the + ones mentioned above: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Play Range + Starts playback at the left marker in the pair and stops at the right + marker.
Locate to Marker + Moves the playhead to the selected marker. +
Play from Marker + Moves the playhead to the selected marker and starts playback. +
Loop Range + Creates a loop range off the selected range markers pair and starts + playback. +
Set Marker from Playhead + Changes the position of the selected marker to that of the playhead. +
Set Range from Selection + Adjusts the position of range markers to match the current selection. +
Zoom to Range + Changes the zoom so that the area defined by the range markers would be + maximized yet visible entirely within Ardour's window. +
Glue to Bars and Beats + When this option is enabled, the marker maintains its position in bars + and beats even if there are changes in tempo and meter. +
Loudness Assistant… + Launches the Loudness Assistant to analyze the selection defined by the + selected pair of range markers. +
Export Range… + Exports the selection defined by the selected pair of range markers. +
Promote to Time Origin + This makes the position of the chosen range marker the origin time. This + is mostly useful when the Display delta to origin marker clock + mode is enabled to display the difference between current playhead + position and the origin time. Absolute time stays unaffected. +
Hide Range + This hides the range from the Range Markers ruler. Marker's visibility + can be restored in the Ranges & Marks sidebar. +
Separate Regions in Range + Cuts all regions crossing the positions of the range markers. +
Select All in Range + Select entire regions that cross the borders of the range markers. +
Select Range + Create a selection from the range markers in all selected tracks and + busses. +
diff --git a/master-doc.txt b/master-doc.txt index c0bbbc7..bd198fa 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -542,18 +542,18 @@ part: subchapter --- --- -title: Creating Location Markers -include: creating-location-markers.html -link: creating-location-markers -uri: working-with-markers/creating-location-markers +title: Range Markers +include: creating-range-markers.html +link: creating-range-markers +uri: working-with-markers/creating-range-markers part: subchapter --- --- -title: Creating Range Markers -include: creating-range-markers.html -link: creating-range-markers -uri: working-with-markers/creating-range-markers +title: Location Markers +include: creating-location-markers.html +link: creating-location-markers +uri: working-with-markers/creating-location-markers part: subchapter ---