
4
PERFORMANCE INSURANCE
PRODUCTION TOOLS
•
SHOW CONTROL
•
BACKUP SOLUTIONS
www.nemesis-research.com
OSCA-O4 Preset
Button
Function
Address
Integer Argument
1
Relay 1 ON
/relay/1
1
2
Relay 2 ON
/relay/2
1
Advanced Mode – Buttons
By putting the device into advanced mode and navigating to the buttons menu the user can
specify custom messages (Commands) for each of your buttons. The OSCA can send up to two
arguments with each command. OSCA will automatically determine the format of the argument
based on the value. For example, 1 will be sent as an integer, 1.00 as a float and one as a string.
OSCA will also automatically read the entered OSC command (String) and determine what is the
address and argument(s). For further information please see
http://www.nemesis-
research.com/opensoundcontrol
A debounce time can be set per button in milliseconds. This is the time after the button is
released before it can be pressed again. (the default is set to 250ms)
OSCA has a maximum length for the command which is 192 characters.
You can then select which destination you would like this command to be sent to. Each button
can send up to two commands, with each command being sent to one destination. (To send the
same Command to 2 destinations send identical commands to each receiving device)
LED Indicators
To turn LED indicator on and off send the following messages to the device via OSC (make sure
the transmitting device’s send port matches the device's listen port and is sending to the correct
IP address).
Address
Integer Argument
Action
/led/red
1
Red indicator LED On
/led/red
0
Red indicator LED Off
/led/yellow
1
Yellow indicator LED On
/led/yellow
0
Yellow indicator LED Off
/led/green
1
Green indicator LED On
/led/green
0
Green indicator LED Off
You can also pulse an indicator LED for a duration between 100 and 3000ms:
Address
Integer Argument
Action
/led/green
500
Green indicator LED On for 500ms