Hi guys,

Thanks for the bug report. I have managed to reproduce it with the
following self-contained script:

-----
radio = sine(id="radio",duration=5.,330.)
flag = ref false
clock = switch([({!flag},once(sine(id="clock",duration=2.,220.)))])
add_timeout(2.,{ flag := true ; -1. })
radio =
  smooth_add(delay=0.9,p=0.3,
             normal=radio,
             special=clock)
out(visu.volume(radio)) # or just out(radio)
---

Normally it should play the 330Hz sine, then the 220Hz for two
seconds, and back to the first sine. But currently it hangs after the
second sine, consuming 100% CPU :(

David

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to