Comment 8 for bug 275672

Revision history for this message
In , Mark J. Wielaard (3y9m2vcw-ll9d-fkzsxrqg) wrote :

# HG changeset patch
# User Mark Wielaard <email address hidden>
# Date 1226317380 -3600
# Node ID cfe2c755ee47fb990a97c4d23691feb39d4a046d
# Parent 688efd12076603ef455dd2a0a70d3aecb3cfe589
Updated to new Gervill CVS.

- Fix: Throw IllegalArgumentException Exception on
       invalid soundbank to:
       SoftSynthesizer.unloadAllInstruments(Soundbank soundbank)
       SoftSynthesizer.unloadInstruments(Soundbank soundbank, Patch[] patchList)
       just like done in:
       SoftSynthesizer.unloadInstrument(Instrument instrument).
- Change: SoftMainMixer, SoftVoice optimized for mono voices.
- Change: SoftFilter optimized.
- Fix: Turn SoftJitterCorrector, SoftAudioPusher threads into a daemon threads.
       These threads prevented the VM to exit when synthesizer was open.
       See: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=213

2008-11-10 Mark Wielaard <email address hidden>

 * overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/
 CHANGES.txt,SoftAudioPusher.java,SoftFilter.java,
 SoftJitterCorrector.java,SoftMainMixer.java,SoftVoice.java:
 Updated to new Gervill CVS.