[go: up one dir, main page]

Menu

Tree [c1a51b] 0.32 / 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-12-01 Thomas Brand Thomas Brand [25d8bd] Remove superfluous variable
 oscsend.c 2020-08-26 Guido Aulisi Guido Aulisi [4074d0] Fix 2 "maybe uninitialized" compiler warnings
 oscsendfile.c 2023-02-05 Guido Aulisi Guido Aulisi [2003fc] Fix "ret uninitialized" compiler warning

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.