aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-09 21:12:48 +0100
committercbdev <cb@cbcdn.com>2020-03-09 21:12:48 +0100
commit878988c9d5a8e106af16d55702176a0ce8f0ae71 (patch)
tree0b891199d003a9f205279446e0ab9c4e9bbea322 /backends/midi.md
parent62afd5d7fb2c6d764d0756136041d0162cb022db (diff)
downloadmidimonster-878988c9d5a8e106af16d55702176a0ce8f0ae71.tar.gz
midimonster-878988c9d5a8e106af16d55702176a0ce8f0ae71.tar.bz2
midimonster-878988c9d5a8e106af16d55702176a0ce8f0ae71.zip
Remove deprecated MIDI channel syntax
Diffstat (limited to 'backends/midi.md')
-rw-r--r--backends/midi.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/midi.md b/backends/midi.md
index 108860e..8188444 100644
--- a/backends/midi.md
+++ b/backends/midi.md
@@ -34,8 +34,6 @@ The MIDI backend supports mapping different MIDI events to MIDIMonster channels.
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).
-The earlier syntax of `<type><channel>.<index>` is officially deprecated but still supported for compatibility
-reasons. This support may be removed at some future time.
The `pitch` and `aftertouch` events are channel-wide, thus they can be specified as `channel<channel>.<type>`.