From 090c5f7e7054a230b44d94c57f650d9c80e2f346 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Wed, 13 Jul 2022 19:03:05 +0300 Subject: [PATCH] Cue: stretching and bpm --- include/clip-stretch-options.html | 50 +++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/include/clip-stretch-options.html b/include/clip-stretch-options.html index 04753b9..11c4196 100644 --- a/include/clip-stretch-options.html +++ b/include/clip-stretch-options.html @@ -1,11 +1,32 @@ -

Stretch

- -

FIXME. Optional. What happens when disabled? Won’t match the current timeline -tempo: START THE SECTION WITH THIS: ARDOUR ALWAYS MATCHES CURRENT SESSION -TEMPO, SO TEMPO RAMPS WILL WORK FOR CLIPS

+

Stretching

+ +

+ When you load an audio clip into a trigger slot, Ardour applies some + heuristics to estimate its temo in beats per minute. If neither the file + name nor the metadata specify it, Ardour will use + minibpm to analyze + the file assuming it has a fixed tempo. +

+ +

+ After estimating the tempo, Ardour will enable stretching for the clip + to make it match session's bpm at any given time. This means that should + session's tempo change over time (in either ramped or constant mode), + Ardour will re-stretch all audio clips to accomodate for that. +

+ +

+ Disabling stretching when original clip's tempo doesn't match that of the + session will most of the times make the clip audibly go out of sync with + the beat. +

Stretch modes:

+

+ Once stretching is enabled, you have several options how to apply it: +

+