Closed GoogleCodeExporter closed 9 years ago
This must be a JDK issue, I also encountered this indeterministically under
Ubuntu. Refer to these threads:
http://stackoverflow.com/questions/2715613/midisystem-getsequencer-returns-audio
-device-unavailable+timidity+java
http://www.geogebra.org/forum/viewtopic.php?f=22&t=18711&start=15
Original comment by harmathdenes
on 6 Aug 2011 at 8:12
It would already be helpful to know what device it tries to open.
Original comment by jvrom...@gmail.com
on 7 Aug 2011 at 1:30
The code tries to obtain the default device. See
http://code.google.com/a/eclipselabs.org/p/eclipse-commons/source/browse/org.ecl
ipse.ui.views.midi/src/org/eclipse/ui/views/midi/MidiViewPage.java
Original comment by harmathdenes
on 7 Aug 2011 at 7:14
I appreciate your support, but it is not helping.
A device is something like /dev/midi, I can't seem to find any references in
the code you refer to.
Is there any documentation on the Java/Eclipse MIDI system? In particular,
where to designate the midi devices to use?
Original comment by jvrom...@gmail.com
on 8 Aug 2011 at 7:23
Ah, I think there is a discrepancy between the two terminologies (MIDI device
vs. Unix device), but unfortunately I don't know how the mapping is done
between them. Maybe you can learn more from this resource:
http://www.jsresources.org/faq_midi.html
Original comment by harmathdenes
on 8 Aug 2011 at 8:56
Original issue reported on code.google.com by
jvrom...@gmail.com
on 6 Aug 2011 at 11:20