mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
Revise MIDI "Value input style" docs. (#1653)
* Fix MIDI "Value input style" docs.
The individual backtick-quoted lines didn't work great, as they ignored the first space in each line. Triple-backticks do the trick. Or perhaps I should replace these with graphics?
* Revert "Fix MIDI "Value input style" docs."
This reverts commit 76b731c424
.
* Replacing text with images.
* Removing labels.
This commit is contained in:
parent
6fbf64c753
commit
14f29ca6a5
3 changed files with 2 additions and 6 deletions
BIN
doc/2-interface/MIDI-value-input-1.png
Normal file
BIN
doc/2-interface/MIDI-value-input-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
doc/2-interface/MIDI-value-input-2.png
Normal file
BIN
doc/2-interface/MIDI-value-input-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -134,14 +134,10 @@ settings are saved when clicking the **OK** or **Apply** buttons at the bottom o
|
|||
- **Value input style**: changes the way values are entered when the pattern cursor is not in the Note column. the following styles are available:
|
||||
- **Disabled/custom**: no value input through MIDI.
|
||||
- **Two octaves (0 is C-4, F is D#5)**: maps keys in two octaves to single nibble input. the layout is:
|
||||
- ` - octave n -- octave n+1 -`
|
||||
- ` 1 3 6 8 A D F # # # `
|
||||
- `0 2 4 5 7 9 B C E # # # # #`
|
||||
![two octaves layout 1](MIDI-value-input-1.png)
|
||||
- **Raw (note number is value)**: the note number becomes the input value. not useful if you want to input anything above 7F.
|
||||
- **Two octaves alternate (lower keys are 0-9, upper keys are A-F)**: maps keys in two octaves, but with a different layout:
|
||||
- ` - octave n -- octave n+1 -`
|
||||
- ` A B C D E F # # # # `
|
||||
- `0 1 2 3 4 5 6 7 8 9 # # # #`
|
||||
![two octaves layout 2](MIDI-value-input-2.png)
|
||||
- **Use dual control change (one for each nibble)**: maps two control change events to the nibbles of a value.
|
||||
- **CC of upper nibble**: select the CC number that will change the upper nibble.
|
||||
- **CC of lower nibble**: select the CC number that will change the lower nibble.
|
||||
|
|
Loading…
Reference in a new issue