File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ output eachothers events.
122
122
123
123
The last line is a shorter way to create a bi-directional mapping.
124
124
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
+
125
131
### Multi-channel mapping
126
132
127
133
To make mapping large contiguous sets of channels easier, channel names may contain certain
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ used instead of the word `channel` (Note that `channel` here refers to the MIDI
65
65
The following values are recognized for ` type ` :
66
66
67
67
* ` cc ` - Control Changes
68
- * ` note ` - Note On/Off messages
68
+ * ` note ` - Note On/Off messages (also known as note velocity)
69
69
* ` pressure ` - Note pressure/aftertouch messages
70
70
* ` aftertouch ` - Channel-wide aftertouch messages
71
71
* ` pitch ` - Channel pitchbend messages
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Common instance configuration parameters
60
60
The ` rtpmidi ` backend supports mapping different MIDI events to MIDIMonster channels. The currently supported event types are
61
61
62
62
* ` cc ` - Control Changes
63
- * ` note ` - Note On/Off messages
63
+ * ` note ` - Note On/Off messages (also known as note velocity)
64
64
* ` pressure ` - Note pressure/aftertouch messages
65
65
* ` aftertouch ` - Channel-wide aftertouch messages
66
66
* ` pitch ` - Channel pitchbend messages
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ to the listing shown at startup when using the global `list` option.
29
29
The ` winmidi ` backend supports mapping different MIDI events as MIDIMonster channels. The currently supported event types are
30
30
31
31
* ` cc ` - Control Changes
32
- * ` note ` - Note On/Off messages
32
+ * ` note ` - Note On/Off messages (also known as note velocity)
33
33
* ` pressure ` - Note pressure/aftertouch messages
34
34
* ` aftertouch ` - Channel-wide aftertouch messages
35
35
* ` pitch ` - Channel pitchbend messages
You can’t perform that action at this time.
0 commit comments