On Wed, Jun 15, 2011 at 4:49 PM, David Baelde <[email protected]> wrote: > In your code you passed 5. as first unnamed parameter, but liquidsoap > expects the function there.
Forgot to add: the fix is to write delay=5. instead of just 5. (and yes, I did that same mistake in my example) at which point liquidsoap will complain that your second argument [...] is a list and not a function as expected. My understanding of this list is that you're thinking of a switch, which was a good idea except for this clock issue... More later, David ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
