diff options
author | cbdev <cb@cbcdn.com> | 2019-04-01 20:15:50 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-04-01 20:15:50 +0200 |
commit | dd3ecfd3312673c8cfcfd8fbe96586b23d873c07 (patch) | |
tree | 9eae395d003eb7078b1f6091af8c8193e5d5edb0 | |
parent | 6b97a08dee55ac4807902fc7ae1b4efe2911b873 (diff) | |
download | midimonster-dd3ecfd3312673c8cfcfd8fbe96586b23d873c07.tar.gz midimonster-dd3ecfd3312673c8cfcfd8fbe96586b23d873c07.tar.bz2 midimonster-dd3ecfd3312673c8cfcfd8fbe96586b23d873c07.zip |
Fix spelling
-rw-r--r-- | backends/midi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi.md b/backends/midi.md index 315edfe..da9870f 100644 --- a/backends/midi.md +++ b/backends/midi.md @@ -33,7 +33,7 @@ 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 compatability +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>`. |