I confirm that I have tested the following solution:

def delay_fallback(a,b)
  def immediate(a,b)
    b
  end
  def delayed(a,b)
    sequence([blank(duration=10.),b])
  end
  fallback(track_sensitive=false,[a,b],transitions=[immediate,delayed])
end

I ran delay_fallback(request.queue(...),playlist(...)) and after the
queue empties, there is ten seconds of silence, giving me a chance to
refill it before that the playlist turns on again.
-- 
David

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to