From 36be359696a4d18c38ac9ae7c4339067850099ce Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Thu, 6 Oct 2022 13:19:34 +0300 Subject: [PATCH] Ruler/Markers rewrite, part 1 of N --- include/ruler.html | 49 +++++++++++++++++++++++++--------------------- master-doc.txt | 16 +++++++-------- 2 files changed, 35 insertions(+), 30 deletions(-) diff --git a/include/ruler.html b/include/ruler.html index b43b115..b2b08ec 100644 --- a/include/ruler.html +++ b/include/ruler.html @@ -7,24 +7,25 @@ -

The Ruler scales the session along time, allows navigating, and +

+ The ruler scales the session along time, allows navigating, and can be marked for different uses.

- One of its main uses is to move the playhead: - clicking anywhere on the timeline will bring the playhead at this location in - time. Also, using the mouse's scrollwheel while hovering the Ruler will zoom in - or out (/ ). + One of its main uses is to move the playhead: clicking anywhere on the + timeline will bring the playhead at this location in time. Also, using the + mouse's scrollwheel while hovering the ruler will zoom in or out + (/ ).

- The Ruler is made of a succession of rows, each having a special role related to - time. Adding or removing rows can be done by right clicking - anywhere in the ruler's header on the left, and ticking any of: + The ruler is made of a succession of rows, each having a special role related + to time. Adding or removing rows can be done by right + clicking anywhere in the ruler's header on the left, and ticking any of:

- + @@ -36,7 +37,7 @@ - + @@ -53,11 +54,11 @@ The Bars:Beats ruler will reflect the change. - + - + @@ -65,27 +66,31 @@ - - - - + + + + - +
Mins:SecsMins:Sec scaling the session with the Mins:Secs:mSec notation
scaling the session with the sample number notation
Bars:BeatsBars & Beats slicing the time according to the time signature
Range MarkersRanges allow to create and modify ranges directly on the Ruler.
Loop/Punch RangesLoop/Punch are special kind of ranges designed to be played as a loop and to do punch recording, i.e. recording on a precise section of time, respectively.
CD Markers are markers designed to be used while creating a recording that has to be split in time, as an audio CD
Location Markersis meant to receive any kind of marker, user generated or from Ardour - itself.
Cue markers allows triggering entire cues from the grid in the Cuewindow
Markersis meant to receive any kind of marker, user generated or from Ardour + itself.
Video TimelineVideo shows thumbnails of the video in the timeline

- Most of the operations on the markers are described in Working with Markers, while the Time Signature, - Tempo, Bars:Beats and Timecode use are described in Tempo and Time Signature. + Most rulers allow placing markers to serve a specific purpose: mark a point in + time, define a loop range, or something else entirely.

+

+ Most of the operations on the markers are described in Working with Markers, additional information + on Time Signature, Tempo, Bars:Beats, and Timecode is available in the + Tempo and Time Signature chapter. +

diff --git a/master-doc.txt b/master-doc.txt index c97b2e7..86c69bb 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -505,18 +505,18 @@ part: subchapter --- --- -title: Ruler -include: ruler.html -link: ruler -uri: ardours-interface/the-ruler +title: Ruler and Markers +link: ruler-and-markers +uri: ardours-interface/ruler-and-markers part: chapter --- --- -title: Markers -link: markers -uri: ardours-interface/markers -part: chapter +title: Ruler +include: ruler.html +link: ruler +uri: ardours-interface/the-ruler +part: subchapter --- --- -- 2.37.2