MIDICAT(1) | General Commands Manual | MIDICAT(1) |
midicat
— send to
or receive from MIDI ports.
midicat |
[-d ]
[-i file]
[-o file]
[-q port] |
The midicat
utility receives MIDI data
from the given input MIDI port and/or sends it to the given output MIDI
port. The options are as follows:
-d
-i
file-o
file-q
portIf no files are specified, then midicat
transfers data from the MIDI input port to the MIDI output port.
Send the given file to rmidi/0:
$ midicat -i file.syx -q rmidi/0
Dump data received from rmidi/0 to stderr:
$ midicat -d -q rmidi/0 -o /dev/null
Send data from rmidi/0 to midithru/0:
$ midicat -q rmidi/0 -q midithru/0
June 19, 2024 | Debian |