Get events from MyReadProc
Get events from MyReadProc
- Subject: Get events from MyReadProc
- From: Pascal Goguey <email@hidden>
- Date: Mon, 12 May 2003 02:00:36 +0900
Hello!
I would like to build a cocoa application that gets events
from a digital instruments (piano).
How can I link my, say, ControllerObject with the midi instrument
read procedure?
There is a sample code (echo.cpp) that explains how to tell
the system to call MyReadProc function everytime a piano
key is pressed, but what should I do if I want to display this
note graphically? I can do the graphics, but the missing piece
is how to get the MyReadProc to send the proper data to my
graphic object?
Ideally, I would like a function like [MyObj NoteReceived] to
be called with the notes passed as parameters...
Thanks,
Pascal
_______________________________________________
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.