User Tools

Site Tools


reference:remote_control_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
reference:remote_control_commands [2021/02/18 11:01] – Umstrukturiert ulinobbereference:remote_control_commands [2021/09/14 08:53] – Ergänzung tondose
Line 509: Line 509:
  
   * ''NOVT'' can be used to mark commands only enabled if voicetracking is **not** active, e. g.: ''NOVT PLAYER 1-1 START; VT PLAYER A START'' makes some start button or -hotkey usable for both voicetracking and normal playout.   * ''NOVT'' can be used to mark commands only enabled if voicetracking is **not** active, e. g.: ''NOVT PLAYER 1-1 START; VT PLAYER A START'' makes some start button or -hotkey usable for both voicetracking and normal playout.
 +
 +  * ''ISVT'' can be used similarly to mark commands only enabled if voicetracking **is** active.
  
 ==== Aircheck Recorder ==== ==== Aircheck Recorder ====
Line 515: Line 517:
  
   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).
-  * ''<Remote ID> OPEN <filename>'' Same as above with ''<filename>'' overriding the preset path and filename.+  * ''<Remote ID> OPEN <filename>'' Same as above with ''<filename>'' overriding the preset path and filename.
   * ''<Remote ID> ON'' - Start recording.   * ''<Remote ID> ON'' - Start recording.
   * ''<Remote ID> OFF'' - Pause recording into the same file.   * ''<Remote ID> OFF'' - Pause recording into the same file.
   * ''<Remote ID> CLOSE'' - Stop recording into the file and close (i. e. save) it.   * ''<Remote ID> CLOSE'' - Stop recording into the file and close (i. e. save) it.
 +
 +==== Comment Viewer ====
 +
 +The Comment Viewer can be employed as a window for displaying user-defined text messages. For this purpose it should obtain a unique ''<Remote ID>'', to be set in the //Advanced//-Tab of the respective screen object. There is no default value.
 +
 +  * ''<Remote ID> TEXT <Text>'' - Display ''<Text>'' in the Comment Viewer Window.
 +
 +  * **Note** that some special characters can be accessed only by scripting:
 +    * //New lines// should be substituted by ''#13+#10''.
 +    * //Apostrophes//  should be substitited by ''#39''.
 +    * //Semicolons// cannot be displayed. \\ 
 +
 +  * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>
 +  ExecuteCommand('COMMENTVIEWER TEXT Hello World' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39);
 +</code>
 +
 +
  
 ==== Talk Timer ==== ==== Talk Timer ====
reference/remote_control_commands.txt · Last modified: 2024/03/09 14:54 by ulinobbe

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki