Hi Francesco, On Sat, Dec 4, 2010 at 6:39 PM, Francesco P. Sileno <[email protected]> wrote: > And that was the trick, thank you! :)
Thanks for the feedback! >> Another option, less interesting IMO, but worth mentioning for the >> understanding, is to put your noise source within the fade.final(..). > > But in that case wouldn't noise() keep running forever in background, while > when wrapped in once() it will die after every call? I don't like to keep > unnecessary process running... Good question. The noise() wouldn't keep running in the background, because sources only stream on-demand. When once() stops pulling data from its source, the source stops "running" (it is even destroyed), and fade.final() does just the same. Of course the story is different if there's another operator pulling data from your source, or if the source is "active" (e.g. a microphone input). Have fun, -- David ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
