¡@

Home 

java Programming Glossary: transmitters

Java getting input from MIDI keyboard

http://stackoverflow.com/questions/6937760/java-getting-input-from-midi-keyboard

below searches through all the midi devices that have transmitters. It successfully finds my midi keyboard. I add my own receivers.. MidiSystem.getMidiDevice infos i does the device have any transmitters if device.getTransmitters .size 0 if it does add it to the.. for each device for int i 0 i devices.size i try get all transmitters List Transmitter transmitters devices.get i .getTransmitters..