From 85af9a796cf0354985c3bb4ca0f72807c09e1c95 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 27 Feb 2022 19:48:01 -0500 Subject: [PATCH] add Art-Net and sACN to list of supported devices --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f29b54d..3364c13 100644 --- a/README.md +++ b/README.md @@ -19,23 +19,24 @@ A dashboard for everything in your show. - PJLink Projectors - X32 Audio Consoles - XAir Audio Consoles +- Art-Net Universes +- sACN Universes #### Future Devices - Spikemark (not possible until additional OSC methods are added) - ATEM Video Mixers -- Art-Net, sACN Universes - Epson Pro series Projectors - DiGiCo Consoles - d&b DS100, amps - Hog - - # Plugins + A Cue View "plugin" is a system for communicating with a type of device, for example QLab or Watchout. It consists of a JS file that describes how to communicate with the device, an HTML template for displaying the device's data, and a CSS file to style the HTML. ### plugin.js + ```js exports.defaultName = 'Example Plugin'; exports.connectionType = 'osc' or 'TCPsocket' or 'UDPsocket'