aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/midi.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-01-09 15:21:24 +0100
committercbdev <cb@cbcdn.com>2021-01-09 15:21:24 +0100
commit7902842bd10b17d8d5b6bfc586f440299646d48c (patch)
treef1d479e57e8fcdc73396a513769ccf95fe5ada3a /backends/midi.md
parent00ba26c238a2e75c5b7d2e32469eae02179efde9 (diff)
downloadmidimonster-7902842bd10b17d8d5b6bfc586f440299646d48c.tar.gz
midimonster-7902842bd10b17d8d5b6bfc586f440299646d48c.tar.bz2
midimonster-7902842bd10b17d8d5b6bfc586f440299646d48c.zip
Add source/target as aliases for MIDI read/write config options (#79)
Diffstat (limited to 'backends/midi.md')
-rw-r--r--backends/midi.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/midi.md b/backends/midi.md
index 87d06a1..60a4d06 100644
--- a/backends/midi.md
+++ b/backends/midi.md
@@ -11,11 +11,11 @@ The MIDI backend provides read-write access to the MIDI protocol via virtual por
#### Instance configuration
-| Option | Example value | Default value | Description |
-|---------------|-----------------------|-----------------------|-----------------------|
-| `read` | `20:0` | none | MIDI device to connect for input |
-| `write` | `DeviceName` | none | MIDI device to connect for output |
-| `epn-tx` | `short` | `full` | Configures whether to clear the active parameter number after transmitting an `nrpn` or `rpn` parameter |
+| Option | Example value | Default value | Description |
+|-----------------------|-----------------------|-----------------------|-----------------------|
+| `read` / `source` | `20:0` | none | MIDI device to connect for input |
+| `write` / `target` | `DeviceName` | none | MIDI device to connect for output |
+| `epn-tx` | `short` | `full` | Configures whether to clear the active parameter number after transmitting an `nrpn` or `rpn` parameter |
MIDI device names may either be `client:port` portnames or prefixes of MIDI device names.
Run `aconnect -i` to list input ports and `aconnect -o` to list output ports.