Re: MIDIPacketList behaviour problem
Re: MIDIPacketList behaviour problem
- Subject: Re: MIDIPacketList behaviour problem
- From: Pete Gontier <email@hidden>
- Date: Tue, 20 Jan 2004 14:28:43 -0800
I'm not familiar with the Java MIDI client, and I'm reluctant to compile and
run code I don't understand, but...
I do the MIDISPORT driver, and a loopback cable works just fine. In fact, I
use that as one of the first quick tests of a new driver revision. If I can
send a message around the loop, I know I haven't broken anything big and I
move on to see if I've broken anything small. Sending one message definitely
doesn't result in receiving 127, so there must be something wrong above the
driver level. You might want to use some other application to do the
sending. I think there is a simple PlayNotes sample app rattling around
somewhere. It's written in C.
And by the way, the hardware worries about baud. You might want to throttle
your output to avoid choking the receiver, but there's no need to think in
terms of bit signaling.
--
Pete Gontier
http://www.m-audio.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.