Vendor helgoboss/helgobox (ReaLearn) as basis for custom UI fork
Stripped upstream git history; starting point for replacing the native SWELL/Win32 mapping UI with something more suited to bulk editing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
= Source "MIDI clock tempo"
|
||||
|
||||
This source reacts to incoming MIDI clock (MTC) tempo messages.
|
||||
These are metronome-beat-like messages which can be regularly transmitted by some DAWs and MIDI devices.
|
||||
The frequency with which this message is sent dictates the tempo.
|
||||
|
||||
The higher the calculated tempo, the higher the absolute control value.
|
||||
A tempo of 1 bpm will be translated to a control value of 0%, a tempo of 960 bpm to 100% (this corresponds to REAPER's supported tempo range).
|
||||
|
||||
This source can be used in combination with the xref:targets/project/set-tempo.adoc[] to obtain a "poor man's" tempo synchronization.
|
||||
|
||||
Be aware: MIDI clock naturally suffers from certain inaccuracies and latencies - that's an issue inherent to the nature of the MIDI clock protocol itself.
|
||||
E.g. it's not really suitable if you need super accurate and instant tempo synchronization.
|
||||
Additionally, ReaLearn's algorithm for calculating the tempo could probably be improved (that's why this source is marked as experimental).
|
||||
Reference in New Issue
Block a user