Hi, 2013/4/24 Martin Konečný <[email protected]>: > Hello, > > Currently in our scripts we have fades defined as > > s = fade.in(type="log", duration=0., s) > s = fade.out(type="log", duration=0., s) > > The default duration is 0, but later using the "annotate' protocol, it is > easy to specify something different. What about the fade type (linear, log, > sine, exp)? > > I couldn't find anything in fade.ml that indicated I could change the > fade_type when pushing a track to Liquidsoap.
That's actually a nice feature and not hard to implement. Since I had some time at hand this morning, I've pushed a proposed implementation: https://github.com/savonet/liquidsoap/pull/64 I think it's gonna have to wait until after 1,1,1 to be merged tho, since it changes the operator's parameter names.. Romain ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
