Re: finding out the MIDI channel when reading MIDI data
Re: finding out the MIDI channel when reading MIDI data
- Subject: Re: finding out the MIDI channel when reading MIDI data
- From: Luke Bellandi <email@hidden>
- Date: Mon, 19 Jan 2004 09:08:33 -0800
Hi Ingo,
No, you'll have to extract the channel information from the incoming
data yourself. The finest read-granularity you can get in a ReadProc
is one MIDI Endpoint (all 16 channels.)
Best,
Luke
On Jan 15, 2004, at 5:11 AM, Ingo Gruell wrote:
Hi,
I want to learn about programming MIDI applications and programming
with CoreAudio. I am experimenting in Java with a class that acts as
MIDIReadProc and right now snatches up any MIDI data it can get. Is
there a way to get the MIDI channel certain MIDI data was sent over
from the MIDIData object that represents the data?
Or do I have to structure my program so that it listens on each
channel of a MIDI port separately? (If so, how do I do this?)
Thank you very much,
Ingo Gruell
_______________________________________________
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.
_______________________________________________
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.