RTW-Geräte erhalten leistungsstarke neue Workflow-Optionen. Ganz gleich, ob Sie Loudness-Resets automatisieren, Presets über eine Konsole auslösen oder eine Integration mit einer DAW oder anderen Tools von Drittanbietern vornehmen möchten – diese Funktionen eröffnen Ihnen eine Welt flexibler Steuerungsmöglichkeiten.
Steuerung mehrerer Geräte
Dank OSC-Integration können RTW-Geräte Befehle gleichzeitig an mehrere Geräte im Netzwerk senden. So lassen sich Loudness-Messungen synchron mit einer Wiedergabe starten, stoppen und zurücksetzen oder Presets mit einem einzigen Vorgang auf alle angeschlossenen Geräte laden, wodurch ein einheitlicher Betrieb im gesamten Setup gewährleistet ist.
Ein TouchControl 5 am Bedienpult kann zur Fernsteuerung und -navigation eines TouchMonitor 5 verwendet werden und ermöglicht so einen zentralen Zugriff, ohne dass jedes Gerät direkt bedient werden muss.
OSC Empfänger-Implementierung
Die OSC-Empfänger-Implementierung verwendet TCP auf Port 8000.
Nachfolgend finden Sie eine Übersicht über die verfügbaren OSC-Aktionen, Adressen, Typen und Argumente.
Action |
Address |
Argument Type |
Argument Description |
Presets |
|||
Recall preset number n |
preset/recall |
INTEGER |
n (zero-based: Default preset = 0) |
Recall preset by name |
preset/recall |
STRING |
Preset Name (Case
Sensitive) |
Examples |
|||
Recall preset number 3 |
preset/recall |
INTEGER |
2 |
Recall Preset with the name “Live Sports” |
preset/recall |
STRING |
“Live Sports” |
Metering Within Metering, you can reset/start/stop, both per
individual application or across all metering
applications within the currently loaded preset. appId =
Application ID The first application has appId
= 0, the second has appId = 1 and so on If you set appId = all, the
command applies to all Metering applications |
|||
Start loudness measurement (per application or all) |
metering/appId/start |
- |
- |
Stop loudness measurement (per application or all) |
metering/appId/stop |
- |
- |
Reset loudness measurement (per application or all) |
metering/appId/reset |
- |
- |
Examples |
|||
Start loudness on the first metering application |
metering/0/start |
- |
- |
Stop loudness on the second metering application |
metering/1/stop |
- |
- |
Reset loudness across all applications |
metering/all/reset |
- |
- |
Monitoring |
|||
Set Volume |
monitoring/volume |
FLOAT |
Value in dB |
Recall Reference Volume |
monitoring/reference |
- |
- |
Dim Speakers |
monitoring/dim |
BOOL |
TRUE/FALSE |
Mute Speakers |
monitoring/mute |
BOOL |
TRUE/FALSE |
Enable Headphones |
monitoring/phones |
BOOL |
TRUE/FALSE |
Select Input |
monitoring/input |
INTEGER |
Input number (zero-based: Input 1 = 0) |
Select Output |
monitoring/output |
INTEGER |
Output number ( zero-based: Output 1 = 0) |
Examples |
|
|
|
Set level to 60 dB |
monitoring/volume |
FLOAT |
60 |
Mute Speakers |
monitoring/mute |
BOOL |
TRUE |
Un-mute Speakers |
monitoring/mute |
BOOL |
FALSE |
Select Input 2 |
monitoring/input |
INTEGER |
1 |
Talkback appId =
Application ID The first application has appId
= 0, the second has appId = 1 and so forth If you set appId = all, the
command applies to all Talkback applications |
|||
Set Mic input gain (per application or all) |
talkback/[appId]/gain |
FLOAT |
-12 to 12 dB |
Enable/disable Talkback(per
application or all) |
talkback/[appId]/active |
BOOL |
TRUE/FALSE |
Examples |
|||
Enable talkback in first
application |
talkback/0/active |
BOOL |
TRUE |
Device |
|||
Phantom Power On/Off |
device/phantom |
BOOL |
TRUE/FALSE |