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
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
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