|
From: Kentaro F. <fu...@me...> - 2007-11-18 11:39:25
|
Hello,
I wrote small utilities for OSC users familiar with command line tools,
sendosc and dumposc. You can send OSC message from command line. From usage:
Usage: sendosc hostname port address types values...
Send OpenSound Control message using UDP.
Description
hostname: specifies the remote host's name.
port : specifies the port number to connect to the remote host.
address : the OSC address where the message to be sent.
types : specifies the types of the following values.
i - 32bit integer
h - 64bit integer
f - 32bit floating point number
d - 64bit (double) floating point number
s - string
S - symbol
c - char
m - 4 byte midi packet (8 digits hexadecimal)
T - TRUE (no value required)
F - FALSE (no value required)
N - NIL (no value required)
I - INFINITUM (no value required)
values : space separated values.
Example
$ sendosc localhost 7777 /sample/address iTfs 1 3.14 hello
You can download a tarball at
http://megaui.net/misc/sendosc.tar.gz
How about to bundle them to liblo package?
Kentaro Fukuchi
|