From kalli at midverk.is Sat Nov 10 18:59:17 2007 From: kalli at midverk.is (Karl Helgason) Date: Sun, 11 Nov 2007 02:59:17 +0000 Subject: [Audio-engine-dev] Gervill 0.5 just released with improved emergency soundbank Message-ID: <36EC82E93EB0AD40A4301DAD6543238677CA4B771C@mail.midverk.is> Hi, Gervill now has a project page at java.net: http://gervill.dev.java.net/ Version 0.5 has also just been released, and can be downloaded here: http://sourceforge.net/project/showfiles.php?group_id=175084&package_id=246500&release_id=553303 - New instruments in Emergency Soundbank: * Acoustic Grand Piano * Bright Acoustic Piano * Honky-tonk Piano * Guitar * Distortion Guitar * Trumpet * Trombone * Brass Section * Horn * Sax * Oboe * Bassoon * Clarient * Flute * Timpani * Melodic Toms * Reverse Cymbal * Orch Hit - Faster Linear Interpolation with no float to int casting. - LargeSoundBankReader removed, Loading soundbank in large mode using urls removed. - Soundbank aren't loaded into memory until loadInstrument/loadAllInstrument is called in SoftSynthesizer. This enable loading only single instrument from soundbank collection into memory. - New "large mode" property added to SoftSynthesizer. - "getInstrument" method in DLS/SF2/SimpleSoundbank now returns ordered list by program,bank,percussion. - Fix AccessControlException in "SoftSynthesizer.getDefaultSoundbank", which occurred when using SoftSynthesizer in Applets. regards, Karl Helgason From javasound-dev at bome.com Sun Nov 18 05:48:48 2007 From: javasound-dev at bome.com (Florian Bomers) Date: Sun, 18 Nov 2007 14:48:48 +0100 Subject: [Audio-engine-dev] Gervill 0.4 - emergency soundbank included In-Reply-To: <36EC82E93EB0AD40A4301DAD6543238677CA4B7716@mail.midverk.is> References: <36EC82E93EB0AD40A4301DAD6543238677CA4B7716@mail.midverk.is> Message-ID: <474042C0.3010308@bome.com> the emergency soundbank is a great idea! Though we should still try to find a way to download on demand a "real" soundbank. For the sake of audio fidelity... Florian On 10/29/2007 7:47 AM, Karl Helgason wrote: > Hi, > > I have updated the midi synthesizer, it is now up to 50% faster and includes emergency soundbank. > The emergency soundbank is generated when no default soundbank can be found. > > Also included is "javax.sound.sampled.spi.AudioFileReader" which support reading > MIDI files as if they where audio files. > Audio player like http://www.javazoom.net/jlgui/jlgui.html can now play back midi files > using this synthesizer. > > The synthesizer can be downloaded here: > http://sourceforge.net/project/showfiles.php?group_id=175084&package_id=246500&release_id=550308 > > New features: > - MIDI files can be opened as audio streams > thru javax.sound.sampled.spi.AudioFileReader. > - Emergency SoundBank included. > - Optimizations, rendering is up to 50 percent faster. > - Loading soundbank in large mode supported using > MidiSystem.getSoundBank(URL) > Where url is on the form: > file:/C:/soundbank.sf2?largemode=true > - Reverb,Chorus,AGC can be turned on/off. > > Bug fixes: > - Fixed ArrayOutOfBoundsException in SoftAbstractResmpler. > - Fixed NullPointerException in SoundFont.save(File). > Saving global zone for layers resulted in NullPointerException. > - Fixed PATSoundbankReader.getInputStream > so it doesn't throw InvalidFormatException. > This prevented use of MidiSystem.getSoundBank(InputStream). > - Fix: Delay wasn't implemented in AHDSR envelopes. > > regards > Karl Helgason > _______________________________________________ > audio-engine-dev mailing list > audio-engine-dev at openjdk.java.net > http://mail.openjdk.java.net/mailman/listinfo/audio-engine-dev > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.14.11/1071 - Release Date: 15.10.2007 06:48 > > _______________________________________________ > audio-engine-dev mailing list > audio-engine-dev at openjdk.java.net > http://mail.openjdk.java.net/mailman/listinfo/audio-engine-dev > > -- Florian Bomers Bome Software ------------------------------------------------------- Music Software, Development Tools: http://www.bome.com Java Sound extensions, plugins: http://www.tritonus.org The Java Sound Resources: http://www.jsresources.org ------------------------------------------------------- Please quote this email in your reply. Thanks!