Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

send_osc(1) [debian man page]

send_osc(1)						      General Commands Manual						       send_osc(1)

NAME
send_osc - Sends a single OSC message SYNOPSIS
send_osc port path [,types] [args...] DESCRIPTION
send_osc sends an OSC message to the specified port (UDP port number, or any other address string supported by liblo). The message is delivered to path. If the first argument following the path starts with a comma, it's interpreted as a type string, specifying the OSC data types to be used for sending the message arguments. Otherwise, send_osc automatically tries to use appropriate data types. Valid integer and float values are sent as such, anything else is sent as a string. AUTHOR
Dominic Sacre <dominic.sacre@gmx.de> SEE ALSO
dump_osc(1) send_osc(1)

Check Out this Related Man Page

SCLANG(1)						      General Commands Manual							 SCLANG(1)

NAME
sclang - a real time audio synthesis programming language SYNOPSIS
sclang [options] DESCRIPTION
SuperCollider is a real time audio synthesis programming language. sclang is a client for the scsynth(1) server. It connects to scsynth, interprets your sclang commands, and sends OSC message to scsynth. SuperCollider has documentation in the HTML format available in the supercollider-doc package. OPTIONS
A summary of options is included below. -d <path> Set runtime directory -D Enter daemon mode (no input) -g <memory-growth>[ k | m ] Set heap growth (default 256k) -h Show summary of options -l <path> Set library configuration file -m <memory-space>[ k | m ] Set initial heap size (default 2m) -r Call Main.run on startup -s Call Main.stop on shutdown -u <network-port-number> Set UDP listening port (default 57120) SEE ALSO
scsynth(1) /usr/share/doc/supercollider AUTHOR
This manual page was written by Paul Brossier <piem@altern.org> for the Debian project (but may be used by others). Modified and updated by Artem Popov <artfwo@gmail.com>. Nov 18, 2008 SCLANG(1)
Man Page