How to gradually decrease tempo (rall)? #1535
Replies: 3 comments 2 replies
-
Hey @Djard
You can also use Tap Tempo by pressing \ to adjust the tempo using a moving average of the last hits to the key. But the Beat Counter might indeed be the better choice in here. - also decreases tempo but only at a fixed speed (if pressed + hold). An alternative way to change tempo is to use a MIDI device to send control change signals. This can be e.g. a rotary or fader on a keyboard or a pedal. This one can be hooked to a Hydrogen's MIDI actions in the Preferences, like
Sure. Hydrogen does also come with an OSC API. You could write a small script to wait X seconds (time required to reach middle of bar 7) and send OSC messages every X ms to
Yes. Tempo markers can only be set at the beginning of bars. But you could think of cutting the pattern in half in order to introduce a tempo marker into the middle. Still, this won't result in a gradual decrease of tempo. |
Beta Was this translation helpful? Give feedback.
-
I don't have a keyboard and prefer not to labor in writing scripts if the manual is correct in asserting that Hydrogen's Tempo Tap feature actually works. Can you not add the missing step below?
These steps do not work as the tempo remains unchanged; so I must be missing a step. I also have "03" in the Beat Counter display. What does the "03" represent, and how is it changed? |
Beta Was this translation helpful? Give feedback.
-
This feels like the sort of thing that should be supported by an Automation Path type control, like the global velocity setting, and would allow a real, gradual rallentando to be added to the song rather than performed manually during playback? |
Beta Was this translation helpful? Give feedback.
-
To me, software manuals focus on the what and not the how, which is useful to know what can be done but not how to do it. Hydrogen's manual is no exception. So I tried to write my own step guide for slowing down tempo in a song. Can someone point out what I am missing in the steps below? I think they are correct, but only to step 6.
Click on "B/C" button (under "Debug" in upper toolbar), until Beat Counter
appears; or press the comma key.
Click on bar number 7 in the timeline.
Use the +/- buttons at left of the Beat Counter section to set the beat type
(1/8th, 1/4 etc.). In our example, we have 4/4 time at 232 BPM in 1/16th
note resolution; so we will set 1/8 notes as the beat type.
Use the +/- buttons at right of the Beat Counter to set 2 as the countdown
value; i.e. the number of taps before a new tempo is set.
You may want to tap your foot in time before tapping the comma key to
start the process. Count as follows, tapping 12 times then pausing when
finished. Since our tempo change starts in the middle of bar number 7, we
will tap at 132 BPM then start to slow down gradually from count number 3.
........ What must we do now to save the programming, since clicking on the
Stop play button discards the work?
Play back the section to audit your work. The original tempo will resume
from the middle of bar number 8.
I would rather set tempo markers at points in the BPM ruler, rather than use the tap option; but I do not see how the tempo can be changed from the middle of a measure and end in the middle of another.
Beta Was this translation helpful? Give feedback.
All reactions