[jsyn] neverending wind in osX
Phil Burk
philburk at s...
Mon Dec 2 20:01:30 EST 2002
Hello Douglas,
Are you talking about this Applet here:
http://www.softsynth.com/jsyn/examples/tj_wind.html
I tried it on Mac OSX. When I left the page the wind sound stopped. If it
did not on your machine then something is wrong.
Were there any messages in the "console". On Mac OSX, Java error messages
get written to a system console that can be read using the Console
application. Look for "/Applications/Utilities/Console".
When a browser leaves a web page, it is supposed to call the Applet's stop()
method. That method should cleanup, stop all user threads, and stop the JSyn
engine. When an Applet does not do this then the sound continues until the
browser is exited, or until the browser eventually calls Applet's destroy()
method and garbage collects the Applet.
Phil Burk
> this may be a known problem, but i just got a moment to try out the osX
> plugin, and it works! woowoo! but as much as i love listening to white
> noise through a low pass filter, sometimes i also like it to stop! and
> that example seems to keep playing until i quit my browser...shouldn't
> it bail when i close the window? is there a way to "unload" an applet?
More information about the JSyn
mailing list