What I have is:

rmlsend 'PS 1 3000!'
sleep 5
rmlsend 'PN 1!'

...and it doesn't work. The audio cuts off instead of fading out, and the PN 1 never executes.


Rob

--
Сквозь грозы сияло нам солнце свободы
И Linus великий нам путь озарил;
Нас вырастил Stallman на верность народу,
На труд и на подвиги нас вдохновил.

On Mon, 18 May 2020, Mike Carroll wrote:

Perhaps you need to pause the macro playback long enough to allow the stop
to finish?  Otherwise the next action will be done immediately, which might
stop playout.For example, this doesn't work, because the load-log executes
immediately and stops the PS command's fade:
      PS ...
LL ...


This is what we do for transitions:
      PS 1 4500!      fade/stop over 4.5 seconds
SP 4000!     wait for the fade to almost finish
LL ...


The half-second overlap sounds pretty good with most of our material.  YMMV.

Mike

On Mon, May 18, 2020 at 7:18 AM Rob Landry <41001...@interpring.com> wrote:

      If I issue the command:

      PS 1 3000!

      ...shouldn't the event currently playing fade to silence in 3
      seconds and
      stop?

      It doesnt. It just cuts off immediately.

      Am I misremembering things?

      This is RD 3.3.0 under CentOS 7.


      Rob

      --
      Сквозь грозы сияло нам солнце свободы
      И Linus великий нам путь озарил;
      Нас вырастил Stallman на верность народу,
      На труд и на подвиги нас
      вдохновил._______________________________________________
      Rivendell-dev mailing list
      Rivendell-dev@lists.rivendellaudio.org
      http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to