Custom buttons: Receiver setup
info
You'll need OctoCue Receiver v1.4.4 or later to get custom button support.
Custom buttons can trigger keypresses
, TCP
, UDP
or OSC
network commands on your show machines. To specify what each button does, you'll need to modify the config files of the Receiver application.
In the example below, we've modified the osc.json
file so the receiver will press BitFocus Companion
buttons 10-13 on the local machine when commands custom-1
to custom-4
are received.
Valid actions are next
, back
and custom-x
when x = 1 to 8
and relates to the id
the button.
Not all actions need to be included in the config file - for example, this Receiver will not output any OSC if it receives a custom-5
button press.
tcp.json
, udp.json
and keypress.json
can all be modified in similar ways.
If an action appears in more than one file, you'll get multiple actions occurring on a single button press.