yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

tone device doesn't work (using jsr-135) #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call Manager.createPlayer(Manager.TONE_DEVICE_LOCATOR).

What is the expected output? What do you see instead?
a player capable of playing tones should be returned, but instead null is
returned.

What version of the product are you using? On what operating system?
2.0.3 on Linux (Sun JVM 1.6.0_16)

Please provide any additional information below.
A peek at the source code shows that some tone generating code already
exists, but is either incomplete or was just forgotten to be integrated via
the createPlayer API.

Original issue reported on code.google.com by amichair on 2 Jan 2010 at 7:25