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/17 19:00] tondosereference:remote_control_commands [2022/01/04 14:31] – Kleine Ergänzung tondose
Line 7: Line 7:
  
 Note that some commands do not work with previous versions of mAirList. Note that some commands do not work with previous versions of mAirList.
 +
 +===== Global Settings =====
 +
 +==== On Air ====
 +
 +Please see [[reference:remote_control_commands#Encoder|Encoder section]] for special Encoder settings.
 +
 +  * ''OFF AIR'' - Leave On Air Mode.
 +  * ''ON/OFF AIR'' - Toggle ''ON AIR'' and ''OFF AIR''.
 +  * ''ON AIR'' - Incorporate On Air Mode.
 +
 +==== System ====
 +
 +  * ''SLEEP <Value>'' - Can be used in connected commands ("chains") to have a pause of ''<Value>'' (in milliseconds) between two or more commands.
 +  * ''RUNSCRIPT '<Path>' '' - Runs a script located at ''<Path>'' (with ''<Path>'' = ''C:\Path\to\Script.mls'' or the like).
  
 ===== Playlist ===== ===== Playlist =====
Line 250: Line 265:
 === General commands: === === General commands: ===
  
-  * ''CARTWALL ALL CLICK''+  * ''CARTWALL ALL CLICK''Emulate mouseclick on all cart players.
   * ''CARTWALL ALL CLOSE''   * ''CARTWALL ALL CLOSE''
   * ''CARTWALL ALL DESELECT'' - Deselect all cart players.   * ''CARTWALL ALL DESELECT'' - Deselect all cart players.
Line 280: Line 295:
   * ''CARTWALL NEXT PAGE'' - Show next cartwall page.   * ''CARTWALL NEXT PAGE'' - Show next cartwall page.
   * ''CARTWALL PREVIOUS PAGE'' - Show previous cartwall page.   * ''CARTWALL PREVIOUS PAGE'' - Show previous cartwall page.
-  * ''CARTWALL SELECTED CLICK''+  * ''CARTWALL SELECTED CLICK''Emulate mouseclick on selected cart player (useful for loop applications).
   * ''CARTWALL SELECTED CLOSE''   * ''CARTWALL SELECTED CLOSE''
   * ''CARTWALL SELECTED DESELECT'' - Deselect selected cart player(s).   * ''CARTWALL SELECTED DESELECT'' - Deselect selected cart player(s).
Line 305: Line 320:
 The following commands for the cartwall have the form ''CARTWALL x <command>'', where ''x'' is the number of the cart player, starting with ''1''. The following commands for the cartwall have the form ''CARTWALL x <command>'', where ''x'' is the number of the cart player, starting with ''1''.
  
-  * ''CARTWALL 1 CLICK''+  * ''CARTWALL 1 CLICK''Emulate mouseclick on cart player 1 (useful for loop applications).
   * ''CARTWALL 1 CLOSE''   * ''CARTWALL 1 CLOSE''
   * ''CARTWALL 1 DESELECT'' - Deselect cart player 1.   * ''CARTWALL 1 DESELECT'' - Deselect cart player 1.
Line 471: Line 486:
  
 … where ''<filename>'' is the ''.txt'' file saved from the GUI. … where ''<filename>'' is the ''.txt'' file saved from the GUI.
- 
-==== On Air ==== 
- 
-  * ''OFF AIR'' - Leave On Air Mode. 
-  * ''ON/OFF AIR'' - Toggle ''ON AIR'' and ''OFF AIR''. 
-  * ''ON AIR'' - Incorporate On Air Mode. 
  
 ==== Voice track ==== ==== Voice track ====
Line 500: 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 506: 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>yields<code>
 +Hello world
 +This is a 'New Line'</code>
 +
 +
 +
  
 ==== Talk Timer ==== ==== Talk Timer ====
Line 517: Line 548:
   * ''TALKTIMER START/STOP'' - Toggle between ''… START'' and ''… STOP''.   * ''TALKTIMER START/STOP'' - Toggle between ''… START'' and ''… STOP''.
   * ''TALKTIMER STOP'' - Stop the talk timer.   * ''TALKTIMER STOP'' - Stop the talk timer.
- 
-==== System ==== 
- 
-  * ''SLEEP <Value>'' - Can be used in connected commands ("chains") to have a pause of ''<Value>'' (in milliseconds) between two or more commands. 
-  * ''RUNSCRIPT '<Path>' '' - Runs a script located at ''<Path>'' (with ''<Path>'' = ''C:\Path\to\Script.mls'' or the like). 
- 
  
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