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:
@@ -0,0 +1,28 @@
|
||||
= Source "(N)RPN value"
|
||||
|
||||
This source reacts to incoming non-registered (NRPN) or registered (RPN) MIDI parameter-number messages.
|
||||
The higher the emitted value, the higher the absolute control value.
|
||||
|
||||
(N)RPN messages are not widely used.
|
||||
If they are, then mostly to take advantage of their ability to transmit 14-bit values (up to 16384 different values instead of only 128), resulting in a higher resolution.
|
||||
|
||||
== RPN checkbox
|
||||
|
||||
If unchecked, this source reacts to unregistered parameter-number messages (NRPN).
|
||||
If checked, it reacts to registered ones (RPN).
|
||||
|
||||
== Number field
|
||||
|
||||
The number of the registered or unregistered parameter-number message.
|
||||
This is a value between 0 and 16383.
|
||||
|
||||
== 14-bit values checkbox
|
||||
|
||||
If unchecked, this source reacts to (N)RPN messages with 7-bit resolution, including increment/decrement messages.
|
||||
|
||||
If checked, it reacts to those with 14-bit resolution.
|
||||
In practice, this if often checked.
|
||||
|
||||
== Character menu
|
||||
|
||||
See xref:further-concepts/source.adoc#midi-source-character[].
|
||||
Reference in New Issue
Block a user