aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-07-24 13:41:24 +0200
committercbdev <cb@cbcdn.com>2021-07-24 13:41:24 +0200
commitcafe31b953a372f43382372061b0ce3fb7d03abb (patch)
tree6b7fc70dfbbccbfeef3be56b4403fc2438256a35 /backends
parent22111533d32a30dd52d51a7264c67f8afc7a6bd7 (diff)
downloadmidimonster-cafe31b953a372f43382372061b0ce3fb7d03abb.tar.gz
midimonster-cafe31b953a372f43382372061b0ce3fb7d03abb.tar.bz2
midimonster-cafe31b953a372f43382372061b0ce3fb7d03abb.zip
Rewrite some documentation text
Diffstat (limited to 'backends')
-rw-r--r--backends/jack.md2
-rw-r--r--backends/rtpmidi.md2
-rw-r--r--backends/winmidi.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/backends/jack.md b/backends/jack.md
index c67f060..f57d303 100644
--- a/backends/jack.md
+++ b/backends/jack.md
@@ -65,7 +65,7 @@ used instead of the word `channel` (Note that `channel` here refers to the MIDI
The following values are recognized for `type`:
* `cc` - Control Changes
-* `note` - Note On/Off messages
+* `note` - Note On/Off messages (also known as note velocity)
* `pressure` - Note pressure/aftertouch messages
* `aftertouch` - Channel-wide aftertouch messages
* `pitch` - Channel pitchbend messages
diff --git a/backends/rtpmidi.md b/backends/rtpmidi.md
index 8014572..dd9cb56 100644
--- a/backends/rtpmidi.md
+++ b/backends/rtpmidi.md
@@ -60,7 +60,7 @@ Common instance configuration parameters
The `rtpmidi` backend supports mapping different MIDI events to MIDIMonster channels. The currently supported event types are
* `cc` - Control Changes
-* `note` - Note On/Off messages
+* `note` - Note On/Off messages (also known as note velocity)
* `pressure` - Note pressure/aftertouch messages
* `aftertouch` - Channel-wide aftertouch messages
* `pitch` - Channel pitchbend messages
diff --git a/backends/winmidi.md b/backends/winmidi.md
index 9e7d9cc..6de6348 100644
--- a/backends/winmidi.md
+++ b/backends/winmidi.md
@@ -29,7 +29,7 @@ to the listing shown at startup when using the global `list` option.
The `winmidi` backend supports mapping different MIDI events as MIDIMonster channels. The currently supported event types are
* `cc` - Control Changes
-* `note` - Note On/Off messages
+* `note` - Note On/Off messages (also known as note velocity)
* `pressure` - Note pressure/aftertouch messages
* `aftertouch` - Channel-wide aftertouch messages
* `pitch` - Channel pitchbend messages