Newbie problem: javax.sound.midi & finding devices
Newbie problem: javax.sound.midi & finding devices
- Subject: Newbie problem: javax.sound.midi & finding devices
- From: "Michael P. Rogers" <email@hidden>
- Date: Thu, 18 Dec 2003 17:49:06 -0600
Hi,
Sorry about this basic question, and I hope this is the right list
for it. I'm trying to use the javax.sound.midi package and can't
even find my external synthesizer. My code starts off with:
System.out.println("All available devices");
System.out.println("---------------------");
MidiDevice.Info [] inf = MidiSystem.getMidiDeviceInfo();
for(int j=0; j < inf.length; j++)
System.out.println("\nDescription: " + inf[j].getDescription() +
"\nName: " + inf[j].getName() +
"\nVendor: " + inf[j].getVendor());
and I'm getting Java devices, namely:
Description: Software wavetable synthesizer and receiver
Name: Java Sound Synthesizer
Vendor: Sun Microsystems
Description: Software sequencer / synthesizer module
Name: Java Sound Sequencer
Vendor: Sun Microsystems
All available Instruments
The problem is, I *do* have a synthesizer attached -- an Alesis QS-8
-- and it's talking to my music programs just fine. I'm using Mac OS
X 10.3.1, a Midisport 2x2, and, as mentioned, an Alesis QS-8.
Any help, or pointers to more appropriate lists for these sorts of
questions, would be appreciated.
Thanks,
Michael
--
---------------------------------
Dr. Michael Rogers
e-mail: email@hidden
Phone: 217-424-6327
For information about Computer Science at Millikin University, visit
http://math.millikin.edu
For information about astronomy, check out
http://twincityamateurastronomers.org
For information about flying lessons, land at
http://www.imageair.com
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.