diff options
author | cbdev <cb@cbcdn.com> | 2021-07-25 09:12:53 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-07-25 09:12:53 +0200 |
commit | af27b3e9640421c8c5c01e358a89b4a797242f17 (patch) | |
tree | e6990fa200f8994cc83e8676935804ff909230e4 /backends | |
parent | cafe31b953a372f43382372061b0ce3fb7d03abb (diff) | |
download | midimonster-af27b3e9640421c8c5c01e358a89b4a797242f17.tar.gz midimonster-af27b3e9640421c8c5c01e358a89b4a797242f17.tar.bz2 midimonster-af27b3e9640421c8c5c01e358a89b4a797242f17.zip |
Move LDLIBS
Diffstat (limited to 'backends')
-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 6280205..ae03440 100644 --- a/backends/midi.md +++ b/backends/midi.md @@ -27,7 +27,7 @@ Each instance also provides a virtual port, so MIDI devices can also be connecte The MIDI 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 |