aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-01-02 17:15:57 +0100
committercbdev <cb@cbcdn.com>2021-01-02 17:15:57 +0100
commit26b91b849899976b455bc5d780688de6962569e1 (patch)
tree46b191b0dca80d56fc25cc499ba349bf3396bc89 /backends/midi.md
parentadc132b5fc039a185be947de3309bd11f4dee823 (diff)
downloadmidimonster-26b91b849899976b455bc5d780688de6962569e1.tar.gz
midimonster-26b91b849899976b455bc5d780688de6962569e1.tar.bz2
midimonster-26b91b849899976b455bc5d780688de6962569e1.zip
Implement EPN transmission for the winmidi backend
Diffstat (limited to 'backends/midi.md')
-rw-r--r--backends/midi.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/midi.md b/backends/midi.md
index 3ac011e..4732452 100644
--- a/backends/midi.md
+++ b/backends/midi.md
@@ -31,8 +31,8 @@ The MIDI backend supports mapping different MIDI events to MIDIMonster channels.
* `pressure` - Note pressure/aftertouch messages
* `aftertouch` - Channel-wide aftertouch messages
* `pitch` - Channel pitchbend messages
-* `rpn` - Registered parameter numbers (14bit extension)
-* `nrpn` - Non-registered parameter numbers (14bit extension)
+* `rpn` - Registered parameter numbers (14-bit extension)
+* `nrpn` - Non-registered parameter numbers (14-bit extension)
A MIDIMonster channel is specified using the syntax `channel<channel>.<type><index>`. The shorthand `ch` may be
used instead of the word `channel` (Note that `channel` here refers to the MIDI channel number).
@@ -43,7 +43,7 @@ MIDI channels range from `0` to `15`. Each MIDI channel consists of 128 notes (n
additionally each have a pressure control, 128 CC's (numbered likewise), a channel pressure control (also called
'channel aftertouch') and a pitch control which may all be mapped to individual MIDIMonster channels.
-Every channel also provides `rpn` and `nrpn` controls, which are implemented on top of the MIDI protocol, using
+Every MIDI channel also provides `rpn` and `nrpn` controls, which are implemented on top of the MIDI protocol, using
the CC controls 101/100/99/98/38/6. Both control types have 14-bit IDs and 14-bit values.
Example mappings: