Hi Pieter,
I have used the TCP Remote inside Companion before:
TCP/UDP REMOTE CONTROL
Remote triggering can be done by sending TCP (port 51234) or UDP (port 51235) commands.
Commands:
PAGE-SET <page number> <surface id>
Make device go to a specific page
PAGE-UP <surface id>
Page up on a specific device
PAGE-DOWN <surface id>
Page down on a specific surface
BANK-PRESS <page> <bank>
Press and release a button (run both down and up actions)
BANK-DOWN <page> <bank>
Press the button (run down actions)
BANK-UP <page> <bank>
Release the button (run up actions)
Examples
Set the emulator surface to page 23
PAGE-SET 23 emulator
Press page 1 bank 2
BANK-PRESS 1 2
The Problem was the syntax is case sensitiv and for some reason wrong in the companion documentation:
Command needs to look like this
Tcp_Client1.send("Bank-Press 1 2[CR][LF]")I will try UDP OSC and let you know what I found.
Daniel
You do not have the required permissions to view the files attached to this post.