command line tool to send MIDI messages to MIDI devices
SendMIDI a is command line tool to send MIDI messages to MIDI devices. Messages can be specified on the command line, from a file, or piped from another program such as the companion program ReceiveMIDI.
SendMIDI a is command line tool to send MIDI messages to MIDI devices. Messages can be specified on the command line, from a file, or piped from another program such as the companion program ReceiveMIDI.
To install SendMIDI, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SendMIDI
To see what files were installed by SendMIDI, run:
port contents SendMIDI
To later upgrade SendMIDI, run:
sudo port selfupdate && sudo port upgrade SendMIDI
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.