FastDispatch Revisited
FastDispatch Revisited
- Subject: FastDispatch Revisited
- From: Jeremy Sagan <email@hidden>
- Date: Sat, 28 Sep 2002 00:10:21 -0400
I am wondering why this call would return an error.
void* m_MIDIProcessRoutine;
outDataSize = sizeof(m_MIDIProcessRoutine);
err = AudioUnitGetProperty(au, kAudioUnitProperty_FastDispatch,
kAudioUnitScope_Global,
kMusicDeviceMIDIEventSelect, &m_MIDIProcessRoutine, &outDataSize);
I make a lot of calls to the synth and want them to be as fast as
possible.
Thanks,
Jeremy
_______________________________________________
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.