Skip to content

Commit cafe31b

Browse files
committed
Rewrite some documentation text
1 parent 2211153 commit cafe31b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ output eachothers events.
122122

123123
The last line is a shorter way to create a bi-directional mapping.
124124

125+
You can map input channels to as many outputs as you like. This will deliver incoming
126+
events for each mapped output.
127+
You can also map multiple input channels to one common output channel.
128+
This will forward all events on the mapped inputs to the output channel (experienced
129+
show-control technicians call this a "latest takes precedence" bus).
130+
125131
### Multi-channel mapping
126132

127133
To make mapping large contiguous sets of channels easier, channel names may contain certain

backends/jack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ used instead of the word `channel` (Note that `channel` here refers to the MIDI
6565
The following values are recognized for `type`:
6666

6767
* `cc` - Control Changes
68-
* `note` - Note On/Off messages
68+
* `note` - Note On/Off messages (also known as note velocity)
6969
* `pressure` - Note pressure/aftertouch messages
7070
* `aftertouch` - Channel-wide aftertouch messages
7171
* `pitch` - Channel pitchbend messages

backends/rtpmidi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Common instance configuration parameters
6060
The `rtpmidi` backend supports mapping different MIDI events to MIDIMonster channels. The currently supported event types are
6161

6262
* `cc` - Control Changes
63-
* `note` - Note On/Off messages
63+
* `note` - Note On/Off messages (also known as note velocity)
6464
* `pressure` - Note pressure/aftertouch messages
6565
* `aftertouch` - Channel-wide aftertouch messages
6666
* `pitch` - Channel pitchbend messages

backends/winmidi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to the listing shown at startup when using the global `list` option.
2929
The `winmidi` backend supports mapping different MIDI events as MIDIMonster channels. The currently supported event types are
3030

3131
* `cc` - Control Changes
32-
* `note` - Note On/Off messages
32+
* `note` - Note On/Off messages (also known as note velocity)
3333
* `pressure` - Note pressure/aftertouch messages
3434
* `aftertouch` - Channel-wide aftertouch messages
3535
* `pitch` - Channel pitchbend messages

0 commit comments

Comments
 (0)