[Audio-engine-dev] Re: Possible bugs

2008-02-07 Thread Andreas Wenger
Hi Karl, gervill-0.8-fix1.jar fixed both problems. Volume did not work, because I could only test Gervill with > sequencer = MidiSystem.getSequencer(); > synthesizer = MidiSystem.getSynthesizer(); When using the now perfectly working > sequencer = MidiSystem.getSequencer(false); > synthe

Re: [Audio-engine-dev] Possible bugs

2008-02-07 Thread Karl Helgason
Hi Andi, I glad to hear that gervill-0.8-fix1.jar fixed those problems. The reason volume did not work for you is that the statements: sequencer = MidiSystem.getSequencer(); synthesizer = MidiSystem.getSynthesizer(); returns different instance of Gervill Synthesizer. This mean that volume

Re: [Audio-engine-dev] Bug in RealTimeSequencer when used with Gervill

2008-02-07 Thread Alex Menkov
Karl, Yes, it's real mis-synchronization of the code. I've created a CR for the bug. I'm going to update the code along with RealTimeSequencer code cleaning (removing obsolete references to Beatnik code). Regards Alex Karl Helgason wrote: > I found a bug in RealTimeSequencer when used with Gerv