Hello list!

Once more i'm stuck with a problem:
I've a playlist that has the crossfade operaton on it.
let's say something like this:
s=crossfade(playlist("/music"))

now if i later do:
...
r=request.queue(id="xx")
radio=fallback.skip(input=r, s)
...

The effect i get on the output is as follows:
s_oldTrack -> r(the fallback triggers) -> s_old fading to new track of s
(s_newTrack)
So the end of the old track is audible and the whole fading gets done at
the end of the fallback(r).

What i want to archive is the following:
s_oldTrack -> r(the fallback) -> s_new Track(the new track of s without
fading)

I tried several things including using a normal fallback with Fun() and
source.skip() but to no avail.
The problem seems to be that after the fallback the source s becomes
inactive and can't be changed while in this state.
Is there a way around this?
I'm curious about your ideas.

--Tom





------------------------------------------------------------------------------
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

Reply via email to