Skip to content

vizicist/oscutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple utility to send and listen for OSC messages. It can also be used to send MIDI messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages