diff --git a/include/the-loop-range.html b/include/the-loop-range.html index 235fb24..e4cb655 100644 --- a/include/the-loop-range.html +++ b/include/the-loop-range.html @@ -3,9 +3,194 @@ The loop range is a special range that defines the start and end points for loop play, which can be enabled in the transport bar.

+ +

Creating a Loop Range

+

- It can be defined via the timeline or the Ranges & Marks - list. + A loop range can be created in multiple ways.

+ + +
+ Creating a loop range directly on the ruler +
Creating a loop range directly on the ruler
+
+ +

Playing a Loop Range

+ +

+ Playback of the loop range can be triggered the following ways: +

+ + + +

Editing a Loop Range

+ +

+ The loop range can be edited in multiple ways as well. +

+ + + +

Removing a Loop Range

+ +

+ There are two ways to delete a loop range: +

+ +
    +
  1. + Right-clicking and selecting the + Remove Range menu item. +
  2. +
  3. + Click the X button in the list of ranges in the + Ranges & Marks sidebar. +
  4. +
+ +

More Options

+ +

+ The right-click menu mostly copies that of a regular pair of range markers. + The following options are available in addition to 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. +
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. +
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 df71231..3ff9796 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -505,14 +505,14 @@ part: subchapter --- --- -title: Ruler and Markers +title: Rulers and Markers link: ruler-and-markers uri: ardours-interface/ruler-and-markers part: chapter --- --- -title: Ruler +title: Rulers include: ruler.html link: ruler uri: ardours-interface/the-ruler diff --git a/source/images/a7-create-loop-on-ruler.gif b/source/images/a7-create-loop-on-ruler.gif new file mode 100644 index 0000000..271a464 Binary files /dev/null and b/source/images/a7-create-loop-on-ruler.gif differ