-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
b26
-
generic
-
generic
-
Verified
Name: vtR10009 Date: 10/06/2003
Spec for method Sequencer.isRunning/isRecording() reads:
"Indicates whether the Sequencer is currently recording. The default is false.
The Sequencer begins recording when startRecording() is called, and then
returns true until stop() or stopRecording() is called."
But RI (jdk1.5-b22) does not return true after invocation of
Sequencer.startRecording(). May be it makes a sense to describe
that startRecoding() is asynchronous method and
Sequencer.isRunning/isRecording() might return true after some
latency.
This bug causes intermittent failure of JCK test:
api/javax_sound/midi/Sequencer/index.html#Record
======================================================================
Spec for method Sequencer.isRunning/isRecording() reads:
"Indicates whether the Sequencer is currently recording. The default is false.
The Sequencer begins recording when startRecording() is called, and then
returns true until stop() or stopRecording() is called."
But RI (jdk1.5-b22) does not return true after invocation of
Sequencer.startRecording(). May be it makes a sense to describe
that startRecoding() is asynchronous method and
Sequencer.isRunning/isRecording() might return true after some
latency.
This bug causes intermittent failure of JCK test:
api/javax_sound/midi/Sequencer/index.html#Record
======================================================================