• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
hostcallback in logic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: hostcallback in logic
      • From: Marc Poirier <email@hidden>
  • Prev by Date: Re: Possible to package an AU with an app?
  • Next by Date: Re: hostcallback in logic
  • Previous by thread: Re: Possible to package an AU with an app?
  • Next by thread: Re: hostcallback in logic
  • Index(es):
    • Date
    • Thread