Le Monday 23 February 2009 23:37:45 Mark V, vous avez écrit :
> > Yes, I think there is an equivalent example there, at the bottom of the
> > page: http://savonet.sourceforge.net/doc-0.3.8/quick_start.html
>
> Thanks I looked at that.  I still like the orginal script since it
> doesn't seem to require anything - assuming
> http://dolebrai.net:8000/dolebrai.ogg
> is accessible.

Ok. You can also use the dolebrai operator:
s = dolebrai ()
in the recent versions of liquidsoap (0.3.8) I believe.

> > Reading the post you mention, I think that the only major difference is
> > in the syntax for the "set": it has been moved to something more
> > homogeneous with respect with the other operators: set "value" = foo was
> > changed to: set("value",foo).
>
> Yes, I got around that.  But this has me stumped:
> # /tmp/liquidity
> At line 26, char 37-38: unbound symbol *..
>
> # liquidsoap  --version
> Liquidsoap 0.3.8.1.
> Copyright (c) 2003-2008 Savonet team
> Liquidsoap is open-source software, released under GNU General Public
> License. See <http://savonet.sf.net> for more information.
>
> The code on line 26 is:
>   fade.final = fade.final(duration=d*.2.)

Ok, this was probably changed to:
  fade.final = fade.final(duration=d*(2.))

Or probably also:
  fade.final = fade.final(duration=d*2.)

Romain

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to