aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-10 20:43:48 +0100
committercbdev <cb@cbcdn.com>2020-03-10 20:43:48 +0100
commit377556e3407b107d6033be246ba6f41e0681f690 (patch)
treea6ccc49db9a80be31eec424f96552e0da21cad70 /backends/midi.md
parentd757a9c63371fcf5f9aa832d58ed4b8bdf634909 (diff)
downloadmidimonster-377556e3407b107d6033be246ba6f41e0681f690.tar.gz
midimonster-377556e3407b107d6033be246ba6f41e0681f690.tar.bz2
midimonster-377556e3407b107d6033be246ba6f41e0681f690.zip
Simplify MIDI backend
Diffstat (limited to 'backends/midi.md')
-rw-r--r--backends/midi.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/midi.md b/backends/midi.md
index 8188444..d3d6e33 100644
--- a/backends/midi.md
+++ b/backends/midi.md
@@ -30,7 +30,6 @@ 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
-* `nrpn` - NRPNs (not yet implemented)
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).
@@ -57,7 +56,5 @@ Currently, no Note Off messages are sent (instead, Note On messages with a veloc
generated, which amount to the same thing according to the spec). This may be implemented as
a configuration option at a later time.
-NRPNs are not yet fully implemented, though rudimentary support is in the codebase.
-
To see which events your MIDI devices output, ALSA provides the `aseqdump` utility. You can
list all incoming events using `aseqdump -p <portname>`.