oscutil

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

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

Go to latest
Published: Nov 2, 2021 License: MIT Imports: 6 Imported by: 0

README

oscutil

A utility for sending and listening for OSC messages. Usage:

oscutil listen {oscport}
oscutil send {oscport} {/addr} {args...}

This utility also includes a server that you can use to send MIDI messages. For that, use:

 oscutil servemidi {oscport} {midiport}

For exampe:

oscutil servemidi 2222 "01. Internal MIDI"

will listen on OSC port 2222 for messages of the form:

/midi {status} {data1} {data2}

and sends MIDI messages to the MIDI port you specify.

The {data1} and/or {data2} can be omitted if the status byte is for a MIDI message of only 1 or 2 bytes.

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