mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-06 06:13:40 +00:00
add info
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Cue View emulates to be the DiGiCo SD iPad app.
|
||||
<ol>
|
||||
<li>On the SD console open <em>Master Screen</em> → <em>Setup</em> → <em>External Control</em></li>
|
||||
<li>Enable <em>External Control</em> by pressing the button at the top of the panel</li>
|
||||
<li>Press the <em>add device</em> button and select <em>DiGiCo Pad</em></li>
|
||||
<li>Enter a <em>Device Name</em> for Cue View and then enter the IP Address of this computer</li>
|
||||
<li>Enter Send and Receive Port numbers</li>
|
||||
<ul>
|
||||
<li>Cue View <em>Port</em> = DiGiCo <em>Receive</em></li>
|
||||
<li>Cue View <em>Local</em> = DiGiCo <em>Send</em></li>
|
||||
</ul>
|
||||
<li>Tick the <em>Enable</em> column for this device</li>
|
||||
<li>
|
||||
Press the <em>Load</em> button in the bottom right corner of the panel and select the commands button for the
|
||||
relevant console
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user