1send_osc(1) General Commands Manual send_osc(1)
2
3
4
6 send_osc - Sends a single OSC message
7
8
10 send_osc port path [,types] [args...]
11
12
14 send_osc sends an OSC message to the specified port (UDP port number,
15 or any other address string supported by liblo). The message is delivā
16 ered to path. If the first argument following the path starts with a
17 comma, it's interpreted as a type string, specifying the OSC data types
18 to be used for sending the message arguments. Otherwise, send_osc
19 automatically tries to use appropriate data types. Valid integer and
20 float values are sent as such, anything else is sent as a string.
21
22
24 Dominic Sacre <dominic.sacre@gmx.de>
25
26
28 dump_osc(1)
29
30
31
32 send_osc(1)