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.. In the mean time, you could either use fade.in/fade.out or use a different namespace for your liq_fade_* annotated metadata. Romain ------------------------------------------------------------------------------ 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
