diff --git a/ChangeLog b/ChangeLog index 3bca04b5..426a42a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24411,3 +24411,6 @@ 2023-10-04 Fred Gleason * Got SoundPanel panel selection working for both Host and Station panels. +2023-10-05 Fred Gleason + * Clarified the entries for the 'Pause Panel' ['PU'] and + 'Stop Panel' ['PT'] RMLs in the Operations Guide. diff --git a/docs/opsguide/rml.xml b/docs/opsguide/rml.xml index 6d603d65..97ef75d8 100644 --- a/docs/opsguide/rml.xml +++ b/docs/opsguide/rml.xml @@ -1523,6 +1523,14 @@ If specified, start the playout on panel port mport. + + In order for paused buttons to work, the + Enable Button Pausing checkbox must be + ticked on the + + Configure RDAirPlay dialog + in rdadmin1. + @@ -2244,10 +2252,20 @@ If col and/or row is 0: stop all playing buttons in col or row. - If specified, start the playout on panel port - mport. The stopped panel will stay active when - finished, if the 5th argument is 1. + If specified, stop the playout on panel port + mport, applying a fade of duration + fade milliseconds. If the 5th argument is + 1, the button will enter the paused state after + the fade completes. + + In order for paused buttons to work, the + Enable Button Pausing checkbox must be + ticked on the + + Configure RDAirPlay dialog + in rdadmin1. +