• 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: AUEventListenerNotify and property changes in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AUEventListenerNotify and property changes in Leopard


  • Subject: Re: AUEventListenerNotify and property changes in Leopard
  • From: William Stewart <email@hidden>
  • Date: Tue, 29 Jan 2008 17:38:40 -0800


On Jan 29, 2008, at 5:21 PM, William Stewart wrote:

When your view is made you are given the audio unit for which to make the view.

So, either you call:

MusicDeviceMIDIEvent (myAU,...);// note on stuff

or, if you want to support the Start/Stop note API, you call

MusicDeviceStartNote (myAU,...);

These APIs are defined in <AudioUnit/MusicDevice.h>

BIll

On Jan 29, 2008, at 2:53 AM, Eric Gorouben wrote:

Hi Bill,

Thanks for the reply.
No, it doesn't solve my problem. My question was about implementing a virtual keyboard in my AU. In that case, I want the event to be initiated in the view, not the AU (a dirty workaround at the moment is to get a pointer to the AU instance with a property, and call it from the view. But I can't keep such a hack!! ).


Here is the initial post, and Cynthia's advice:

_______________________________________________
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


References: 
 >AUEventListenerNotify and property changes in Leopard (From: Eric Gorouben <email@hidden>)
 >Re: AUEventListenerNotify and property changes in Leopard (From: William Stewart <email@hidden>)

  • Prev by Date: Re: Audiounit I/O Buffer Size
  • Next by Date: Re: Audiounit I/O Buffer Size
  • Previous by thread: Re: AUEventListenerNotify and property changes in Leopard
  • Next by thread: AUEventListenerNotify and property changes in Leopard
  • Index(es):
    • Date
    • Thread