1dssi_osc_update(1) General Commands Manual dssi_osc_update(1)
2
3
4
6 dssi_osc_update - send a DSSI `update' OSC request
7
9 dssi_osc_update <OSC URL>
10
12 dssi_osc_update sends a DSSI `update' OSC request to a DSSI host, then
13 waits for OSC responses from the host, writes any responses received to
14 stdout, and exits when it has not received anything for five seconds.
15 DSSI hosts should respond to an `update' request by sending the com‐
16 plete state of the plugin; this program can be used to retrieve and
17 display that state.
18
20 <OSC URL>
21 The URL specifying the host and plugin, to which the request is
22 sent. This is typically obtained from the host, perhaps from
23 startup messages or the host's `About' dialog. For example:
24 osc.udp://localhost:19383/dssi/test.1
25 osc.udp://my.host.org:10886/dssi/xsynth-dssi/Xsynth/chan00
26
28 dssi_osc_send(1).
29
31 This manual page was originally created by Mark Hymers from the help
32 text of the application, for the Debian project (but may be freely used
33 by others).
34
35
36
37 January 5th, 2009 dssi_osc_update(1)