From e57ba7bface45d59fa3549b27a57dc6cf9d247f1 Mon Sep 17 00:00:00 2001
From: Alexandre Prokoudine
Date: Fri, 30 Jun 2023 23:16:17 +0200
Subject: [PATCH] 7.5: tempo ruler fixes suggested by @x42
---
include/tempo-ruler.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/include/tempo-ruler.html b/include/tempo-ruler.html
index f57ed078..b6db644f 100644
--- a/include/tempo-ruler.html
+++ b/include/tempo-ruler.html
@@ -32,7 +32,7 @@
of an instrument or multiple instruments, with some tempo imperfections. So
before more instruments are added, e.g. MIDI-programmed drums, the tempo map
needs to be adjusted to match the actual performance. In this mode, MIDI data
- is not adjusted for tempo map changes, so if the live recording contained
+ is not adjusted for tempo map changes, so if the live recording contains
both audio and MIDI tracks, the notes will stay exactly where they are.
Additionally, tweaking tempo markers does not change the wall clock position
of other tempo markers.
@@ -164,7 +164,7 @@
Constant vs ramped tempo
- The tempo between two tempo markers with different bpm start value can stay
+ The tempo between two tempo markers with different bpm start values can stay
the same (constant) or change gradually (ramped).
@@ -193,11 +193,12 @@
The toggle between constant and ramped types is available in the tempo marker
properties menu and applies forward in the timeline. Alternatively, you can
right-click a tempo marker and select the
- menu item. The tempo change will become gradual.
+ menu item. Tempo will gradually accelerate or decelerate until the target
+ tempo is reached, resulting in a musical accel. or ritard..
- To switch from the ramped type to teh constant type, either open the tempo
+ To switch from the ramped type to the constant type, either open the tempo
marker properties dialog and switch it, or right-click a tempo marker and
select the menu item. The tempo will
change abruptly at the next tempo marker.
@@ -265,6 +266,6 @@
Further Information
- For more details on the workflow, plese refer to the
+ For more details on the workflow, please refer to the
Tempo and Time Signature chapter.