Hey Everyone, i'm new to the beads project and i'm using this book:
http://evanxmerz.com/soundsynthjava/Sound_Synth_Java.html to learn how to make synths in java. I have problems tho. When i try to connect my MIDI-Keyboard (Controller) (An Alesis-Q49) to use it in the program i'm building, Eclipse gives me this error: javax.sound.midi.MidiUnavailableException: MIDI OUT transmitter not available
max receivers: -1
max transmitters: 0
Exception occurred while getting MIDI devices!
MIDI OUT transmitter not available
at java.desktop/com.sun.media.sound.AbstractMidiDevice.createTransmitter(AbstractMidiDevice.java:438)
at java.desktop/com.sun.media.sound.AbstractMidiDevice.getTransmitter(AbstractMidiDevice.java:303)
at Synth1.MidiController.openDevice(MidiController.java:134)
at Synth1.MidiController.configure(MidiController.java:271)
at Synth1.MidiControllerConfigure.main(MidiControllerConfigure.java:8)
I'm sure my keyboard has some sort of midi transmitters because i've been using it countless times in daws.
I'm suspecting it's because i'm connecting it trough an usb cable instead of a midi cable, could it be?
I understand very little about the java classes for midi-management so i don't know...
Can someone help me?