diff options
author | cbdev <cb@cbcdn.com> | 2019-09-17 22:18:50 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-09-17 22:18:50 +0200 |
commit | 3c44cd1ba564e9816f5cfb94fff6be5dca0ada3d (patch) | |
tree | b6e3d08e5e10175803877fbef18062aa981d9182 /backends/winmidi.md | |
parent | 69f3115df4ff60fdef28408eb89d1b505633fcb4 (diff) | |
download | midimonster-3c44cd1ba564e9816f5cfb94fff6be5dca0ada3d.tar.gz midimonster-3c44cd1ba564e9816f5cfb94fff6be5dca0ada3d.tar.bz2 midimonster-3c44cd1ba564e9816f5cfb94fff6be5dca0ada3d.zip |
Fix typo
Diffstat (limited to 'backends/winmidi.md')
-rw-r--r-- | backends/winmidi.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/winmidi.md b/backends/winmidi.md index f648240..25a6378 100644 --- a/backends/winmidi.md +++ b/backends/winmidi.md @@ -20,8 +20,8 @@ some deviations may still be present. | `read` | `2` | none | MIDI device to connect for input | | `write` | `DeviceName` | none | MIDI device to connect for output | -MIDI device names may either be prefixes of MIDI device names or a numeric indices corresponding to the listing shown -at startup when using the global `list` option. +Input/output device names may either be prefixes of MIDI device names or numeric indices corresponding +to the listing shown at startup when using the global `list` option. #### Channel specification |