[go: up one dir, main page]

Menu

Tree [8b2b2c] 0.30 / src / tools /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2016-10-04 Joseph Malloch Joseph Malloch [2eedcc] Added new utility for playing files recorded fr...
 README 2018-02-27 Stephen Sinclair Stephen Sinclair [2f6615] update readme of tools
 oscdump.c 2019-02-08 Stephen Sinclair Stephen Sinclair [b25ff6] In Windows, turn off (unsupported) line bufferi...
 oscsend.c 2013-05-25 Kentaro Fukuchi Kentaro Fukuchi [71744f] Fix a bug that failed to handle the last non-ar...
 oscsendfile.c 2016-10-04 Joseph Malloch Joseph Malloch [2eedcc] Added new utility for playing files recorded fr...

Read Me

oscsend and oscdump - send/receive OpenSound Control messages.

GENERAL INFORMATION
===================
oscsend and oscdump are OpenSound Control (OSC) tools using liblo. oscsend
sends an OSC message specified by command line arguments, while oscdump
receives OSC messages and prints to standard output.  oscsendfile transmits
all messages in a file containing the recorded output of oscdump.

oscsend and oscdump were originally developed by Kentaro Fukuchi. Now they are
part of liblo and maintained by liblo team.