-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b116
-
x86
-
windows_xp
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
I think that the implementation in the class JavaSoundAudioClip in method stop() with the call
sequencer.addMetaEventListener(this);
was wrong.
It must be instead a call to
sequencer.removeMetaEventListener(this);
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
I think that the implementation in the class JavaSoundAudioClip in method stop() with the call
sequencer.addMetaEventListener(this);
was wrong.
It must be instead a call to
sequencer.removeMetaEventListener(this);
REPRODUCIBILITY :
This bug can be reproduced always.