Re: [RDD] Fade out the event currentlynplaying

2020-05-18 Thread Rob Landry


There is no audio switcher. The Rivendell machine's Audioscience sound 
card is driving a Comrex Access Rack codec.



Rob

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

On Mon, 18 May 2020, Kit Haskins wrote:


Does your audio switcher support fading ? 
Some hardware simply cut between sources, as fade from one source to another
is a feature not supported by all.

---

Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...


 On Mon, 18 May 2020 13:03:09 -0600 Rob Landry <41001...@interpring.com>
wrote 


  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




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


Re: [RDD] Fade out the event currentlynplaying

2020-05-18 Thread Kit Haskins
Does your audio switcher support fading ?  

Some hardware simply cut between sources, as fade from one source to another is 
a feature not supported by all.


---

Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .

mailto:k...@ka0wuc.org



When I was 10, I caught the radio bug, it appears to be over ...




 On Mon, 18 May 2020 13:03:09 -0600 Rob Landry <41001...@interpring.com> 
wrote 



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  
> 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 
> mailto:Rivendell-dev@lists.rivendellaudio.org 
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev 
> 
> 
>___ 
Rivendell-dev mailing list 
mailto: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


Re: [RDD] Fade out the event currentlynplaying

2020-05-18 Thread Rob Landry


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


Re: [RDD] Evergreen meaning?

2020-05-18 Thread Mike Cox

So simple. Thanks for the explanation Steve

Mike

On 18/05/2020 17:44, Steve Varholy wrote:
Evergreen = has no end date.  The content does not expire, hence is 
"evergreen."


*Steve Varholy*
President and General Manager

1478183502168_WXRY_Full_993_300x145.png


The Historic Barringer Building

1338 Main Street - Suite 202

Columbia, South Carolina 29201

Office/Studio: (803) 988-9930

Cell: (703) 585-2101


A Service of the Independent Media Foundation


*From:* rivendell-dev-boun...@lists.rivendellaudio.org 
 on behalf of Mike Cox 


*Sent:* Monday, May 18, 2020 12:42 PM
*To:* rivendell-dev@lists.rivendellaudio.org 


*Subject:* [RDD] Evergreen meaning?

Hi Guys

Just trying to find out what the Evergreen setting means in cuts. 
There is only one reference to the word in the Rivendell Operations 
Guide which seems to assume that I know what it means.


"GREEN – Event will play an Evergreen"

Any advice would be appreciated.

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group 
Website: www.rosetta.group 
Phone: 01983 229 229



Have a look at our new cloud phone system at www.rosettatelecom.com 



Pay us by direct debit by clicking this button 




--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229



Have a look at our new cloud phone system at www.rosettatelecom.com 



Pay us by direct debit by clicking this button 



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


Re: [RDD] Evergreen meaning?

2020-05-18 Thread Steve Varholy
Evergreen = has no end date.  The content does not expire, hence is "evergreen."


Steve Varholy
President and General Manager

[1478183502168_WXRY_Full_993_300x145.png]


The Historic Barringer Building

1338 Main Street - Suite 202

Columbia, South Carolina 29201

Office/Studio: (803) 988-9930

Cell: (703) 585-2101


A Service of the Independent Media Foundation


From: rivendell-dev-boun...@lists.rivendellaudio.org 
 on behalf of Mike Cox 

Sent: Monday, May 18, 2020 12:42 PM
To: rivendell-dev@lists.rivendellaudio.org 

Subject: [RDD] Evergreen meaning?


Hi Guys

Just trying to find out what the Evergreen setting means in cuts. There is only 
one reference to the word in the Rivendell Operations Guide which seems to 
assume that I know what it means.

"GREEN – Event will play an Evergreen"

Any advice would be appreciated.

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229

[https://www.rosetta.group/wp-content/uploads/2019/06/rosettaGroup-logo-transparent-300x117.png]

Have a look at our new cloud phone system at 
www.rosettatelecom.com

Pay us by direct debit by clicking this button 
[https://s3-eu-west-1.amazonaws.com/gocardless/images/public/buttons/updated/pay-with-gc-small.png]
 
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Evergreen meaning?

2020-05-18 Thread Mike Cox

Hi Guys

Just trying to find out what the Evergreen setting means in cuts. There 
is only one reference to the word in the Rivendell Operations Guide 
which seems to assume that I know what it means.


"GREEN – Event will play an Evergreen"

Any advice would be appreciated.

Many thanks

Mike

--



Mike Cox
Managing Director
The Rosetta Group Ltd

Email: mike@rosetta.group
Website: www.rosetta.group
Phone: 01983 229 229



Have a look at our new cloud phone system at www.rosettatelecom.com 



Pay us by direct debit by clicking this button 



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


Re: [RDD] Fade out the event currentlynplaying

2020-05-18 Thread Mike Carroll
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


[RDD] Fade out the event currentlynplaying

2020-05-18 Thread Rob Landry


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