<< Click to Display Table of Contents >> Navigation: Front Panel Control and Display > Adding Custom Controls |
OSC (Open Sound Control) messaging is available in Delta, Medialon, Compere and Actor, and is used to send requests to an external web server, to display custom controls and information in an inline frame (iframe) on the front panel.
The configuration file that creates and names buttons to call in external web pages is C:\7thSense\Watchdog\WebServer\config.json.
Example, two buttons addressing different servers:
{ "settings": { "buttons": [ { "label": "Medialon", "url": "http://100.10.101.32:8081" }, { "label": "Open Stage Control", "url": "http://100.10.101.76:8080" } ] } } |
Will introduce new buttons to these addresses on the bottom of the Settings menu:
Control pages on external servers can be created using Open Stage Control, TouchOSC or similar control surface app, to add faders, buttons, text etc. Construct your page to a resolution of 780 × 400 px to fit the front panel area.
Page edited [d/m/y]: 12/01/2024