diff --git a/plugins/digico/info.html b/plugins/digico/info.html index e69de29..9d0f401 100644 --- a/plugins/digico/info.html +++ b/plugins/digico/info.html @@ -0,0 +1,17 @@ +Cue View emulates to be the DiGiCo SD iPad app. +
    +
  1. On the SD console open Master ScreenSetupExternal Control
  2. +
  3. Enable External Control by pressing the button at the top of the panel
  4. +
  5. Press the add device button and select DiGiCo Pad
  6. +
  7. Enter a Device Name for Cue View and then enter the IP Address of this computer
  8. +
  9. Enter Send and Receive Port numbers
  10. + +
  11. Tick the Enable column for this device
  12. +
  13. + Press the Load button in the bottom right corner of the panel and select the commands button for the + relevant console +
  14. +
diff --git a/plugins/digico/main.js b/plugins/digico/main.js index b745ad9..c541510 100644 --- a/plugins/digico/main.js +++ b/plugins/digico/main.js @@ -3,7 +3,7 @@ const fs = require('fs'); const path = require('path'); exports.config = { - defaultName: 'DiGiCo', + defaultName: 'DiGiCo SD', connectionType: 'osc-udp', remotePort: 8000, localPort: 8001,