Hi Romain,


On Thu, Mar 8, 2012 at 7:47 PM, Romain Beauxis <[email protected]> wrote:

> Hi,
>
> 2012/3/8 James Moon <[email protected]>:
> > This is what I get:
> >
> >   cannot apply that parameter because the function
> >   (at ../python_apps/pypo/liquidsoap_scripts/ls_lib.liq, line 25, char
> 32)
> >   has no argument labeled "override"!
> >
> > on this code:
> >
> >
> > def transition(a,b) =
> >   log("transition called...")
> >   add(normalize=false,
> >      [ sequence([ blank(duration=2.),
> >                    fade.initial(duration=!default_dj_fade_in,
> override="",
> > b) ]),
> >         fade.final(duration=!default_dj_fade_out, override="", a) ])
> > end
> >
> >
> > No "override" parameter allowed for fade.initial() function....
>
> That definitely sounds like a mistake here but maybe David knows
> better on this..
>

What is the mistake? The fact that fade.initial() is not taking override
parameter?


>
> In the mean time, you could either use fade.in/fade.out or use a
> different namespace for your liq_fade_* annotated metadata.
>
> Romain
>
I'm not sure if I can use fade.in/fade.out here since the transition
function is used between two live sources.
According to documentation, it looks like fade.in/fade.out are for
transition between tracks.
Can I use fade.in/fade.out for transition between two input.harbor sources?

Thank you.


-- 
James Moon
 Software Developer, Sourcefabric
[email protected]

www.sourcefabric.com | *www.sourcefabric.org*

720 Bathurst St. Suite 203
M5S 2R4, Toronto, ON, Canada
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to