Results 1 to 2 of 2
- 02-07-2011, 10:04 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
Sensing MIDI devices fails on OSX 10.6.6
Hello,
im having some trouble with the MIDI implementation on OSX. I Just finished setting up a fresh Snow Leopard installation on a MacBook. After configuring Netbeans i tried to reopen some of the older projects i had been working on, some of them sporting some MIDI stuff (javax.sound.midi.*).
I need to connect to some MIDI hardware (Novation Launchpad, Akai MPK25) and be able to send/receive notes via the usb/midi interface the OS provides.
My Problem is that my Java installation does not seem to "see" my hardware, while other applications perfectly do (Ableton Live, MidiTranslator etc...).
The output of
does not return anything else than the "Java sound synthesizer" and the "realtime sequencer".Java Code:MidiDevice.Info[] infos = MidiSystem.getMidiDeviceInfo();
Im pretty sure im having exactly the same problem as in this thread:
Getting input from MIDI devices on a Mac
Unfortunately the answer in this thread doesnt really apply to my problem since i have some perfectly working code available which does exactly what i need. I just cant run it because java wont recognize my hardware.
Im stuck right now. These projects have worked perfectly under any circumstance in the past an im sure theres just a little thing missing but i dont have a clue where to look. (after hours of research)
So if anyone has an idea what might make my java "see" my beloved launchpad, i'd be glad to hear it... Thank you! :)
specs:
MacBook white
Snow Leopard 10.6.6
JDK 1.6
NetBeans 6.9.1
- 02-07-2011, 11:01 PM #2
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Testing the connection between devices using BT
By kostakis in forum NetworkingReplies: 0Last Post: 01-09-2010, 06:43 PM -
Getting input from MIDI devices on a Mac
By Ben Wheatley in forum Advanced JavaReplies: 1Last Post: 08-05-2009, 06:08 PM -
connect to usb devices
By alex1234 in forum Advanced JavaReplies: 2Last Post: 03-30-2009, 04:39 PM -
connection fails
By jrjan in forum Advanced JavaReplies: 3Last Post: 01-10-2009, 12:15 AM -
How to control robots and other devices
By francojava in forum Advanced JavaReplies: 0Last Post: 01-24-2008, 04:03 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks