Hi Karl, that sounds fantastic. DLS and SF2 support for Java Sound is great. Some questions:
1) under which license do you intend to make it available for OpenJDK? 2) for Linux and Solaris, do you know a GM compatible soundbank that could be included? 3) how large (in KB) is the engine (.class + .dll/.so)? The smaller the better, because download size of the JRE should be kept to a minimum... 4) Does/Can it use Java Sound output devices? 5) one important feature is to select the sound device used for output, are there any provisions? I'm not sure how that can be solved, but one solution would be to provide one Synthesizer object per audio device. The default Synthesizer would use Java Sound's default audio device, as determined by AudioSystem.getMixer(). Regards, Florian On 10/2/2007 1:56 PM, Karl Helgason wrote: > Hi, > > I have updated the midi synthesizer: > http://sourceforge.net/project/showfiles.php?group_id=175084&package_id=246500 > > - Large format support. > - Fix SoundFont modulator mapping. > - Fix handling of unsigned 16 bit streams > - Improved GUS patch support > - Add support for ping-pong/bi-directional and reverse loops > > regards > Karl Helgason > _______________________________________________ > audio-engine-dev mailing list > [email protected] > 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! _______________________________________________ audio-engine-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/audio-engine-dev
