midicat

command module
v0.0.0-...-fccd5eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 11 Imported by: 0

README

midicat

Download the binaries for Linux and Windows here.

When using windows, run the commands inside cmd.exe.

Usage / Examples

get the list of MIDI in ports

midicat ins

get the list of MIDI out ports

midicat outs

pass the MIDI data from in port 11 to out port 12

midicat in -i=11 | midicat out -i=12

pass the MIDI data from in port 11 to out port 12 while logging it to stderr

midicat in -i=11 | midicat log | midicat out -i=12

log the input from MIDI in port 11 without printing the raw MIDI bytes to stdout

midicat in -i=11 | midicat log --nopass

get help

midicat help

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL