• 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
Re: AudioUnit v3 Tempo Info
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AudioUnit v3 Tempo Info


  • Subject: Re: AudioUnit v3 Tempo Info
  • From: Edward Agabeg <email@hidden>
  • Date: Fri, 03 Jun 2016 02:57:24 -0400

email@hidden on June 2, 2016 at 12:00 PM -0700 wrote:
Hi List,

In AudioUnit v2 we could more or less rely on the
HostCallback_GetBeatAndTempo to determine the beat and tempo of host. Now
in AudioUnit v3 (from the Objective C angle) I can't find an equivalent
API. This functionality is required by our AudioUnit, so this is a huge
blocker at the moment.

Any guidance is appreciated.

Thanks

Kevin

I believe you're looking for the AUHostMusicalContextBlock.

/*!     @property       musicalContextBlock
        @brief          A callback for the AU to call the host for musical context information.
        @discussion
                Note that an audio unit implementation accessing this property should cache it in
                realtime-safe storage before beginning to render.
                
                Bridged to the HostCallback_GetBeatAndTempo and HostCallback_GetMusicalTimeLocation
                callback members in kAudioUnitProperty_HostCallbacks.
*/
@property (NS_NONATOMIC_IOSONLY, copy, nullable) AUHostMusicalContextBlock musicalContextBlock;

HTH

regards,
edward
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: AudioUnit v3 Tempo Info
  • Next by Date: How to Convert MIDI track to MP3/Wav?
  • Previous by thread: Re: AudioUnit v3 Tempo Info
  • Next by thread: How to Convert MIDI track to MP3/Wav?
  • Index(es):
    • Date
    • Thread