hostcallback in logic
hostcallback in logic
- Subject: hostcallback in logic
- From: "Robert Fehse" <email@hidden>
- Date: Tue, 9 Sep 2003 18:28:04 +0200
hi list.
i tried the following like in the VST->AU SDK:
HostCallbackInfo tCBInfo;
memset(&tCBInfo, 0, sizeof(HostCallbackInfo));
GetProperty(kAudioUnitProperty_HostCallbacks, kAudioUnitScope_Global, 0,
&tCBInfo);
but GetProperty returns -10879 and tCBInfo is empty.
then i saw in setproperty:
case : kAudioUnitProperty_HostCallbacks: // --------------
m_sHostCallback=*(HostCallbackInfo*)(pData);
but i never got a call here.
is there another way to get musicaltime info, or what i am missing ?
i just want to have somthing like ppqPos.
thx
robert
_______________________________________________
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.