dssi_osc_send

Langue: en

Autres versions - même langue

Version: March 13th, 2005 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

dssi_osc_send - a program to send messages to osc applications.

SYNOPSIS

dssi_osc_send <option> <OSC URL> <values>

DESCRIPTION

This manual page documents briefly the dssi_osc_send command. This manual page was written for the Debian distribution because the original program does not have a manual page.

OPTIONS

-c
Send control message. Requires two values to be supplied in the <values> section; control port and value. For example: (set control port 1 to 0.1):
  dssi_osc_send -c <OSC URL> 1 0.1
-p
Send program message. Requires two values to be supplied in the <values> section; bank and program number. For example: (select bank 0 program number 7):
  dssi_osc_send -p <OSC URL> 0 7
-m
Send midi message. Requires four numbers to be supplied in the <values> section. For example: (send a note on, middle C, velocity 64):
  dssi_osc_send -m <OSC URL> 0 144 60 64
-C
Send configure message. For example: (send key 'load' and value '/tmp/patches.pat'):
  dssi_osc_send -C <OSC URL> load /tmp/patches.pat
-s
Send show message
  dssi_osc_send -s <OSC URL>
-h
Send hide message
  dssi_osc_send -h <OSC URL>
-q
Send quit message
  dssi_osc_send -q <OSC URL>
-e
Send exiting message
  dssi_osc_send -e <OSC URL>
<OSC URL>
The URL to connect to. For example:
  osc.udp://localhost:19383/dssi/test.1
  osc.udp://my.host.org:10886/dssi/xsynth-dssi/Xsynth/chan00

SEE ALSO

dssi_osc_update(1).

AUTHOR

This manual page was adapted by Mark Hymers <mark.hymers@ncl.ac.uk> from the help text of the application, for the Debian project (but may be freely used by others).