Some small Gervill fixes
Mark Wielaard
mwielaard at redhat.com
Thu May 1 02:08:40 PDT 2008
Hi,
I played with Gervill a little and found some small nits. First
SoftSynth lets me unload Instruments from unsupported Soundbanks.
Second some SoundbankReaders would throw IOExceptions on reads from bad
URLs, these could be transient and so shouldn't be thrown to give
another SoundbankReader a chance to try the URL again. And last
DLSSoundbankReader and SF2SoundbankReader wouldn't let me open wrongly
named files.
2008-05-01 Mark Wielaard <mwielaard at redhat.com>
* com/sun/media/sound/DLSSoundbankReader.java (getSoundbank(URL)):
Don't throw IOException.
(getSoundbank(File)): Allow soundbanks not ending in .dls.
* com/sun/media/sound/PATSoundbankReader.java (getSoundbank(URL)):
Don't throw IOException.
* com/sun/media/sound/SF2SoundbankReader.java (getSoundbank(URL)):
Likewise.
(getSoundbank(File)): Allow soundbanks not ending in .sf2.
* com/sun/media/sound/SoftSynthesizer.java (unloadAllInstruments):
Check if Soundbank supported.
(unloadInstruments): Likewise.
Let me know what you think. I added these patches to IcedTea.
Cheers,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: text/x-patch
Size: 2973 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080501/79412736/patch.bin
More information about the distro-pkg-dev
mailing list