• 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: Automation record ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automation record ?


  • Subject: Re: Automation record ?
  • From: email@hidden
  • Date: Fri, 29 Nov 2002 15:20:05 +0100

// Get the parameter list [...]

OK then, the filling of parameter mapping is filled in two pass, one to know how many, and one to fill in the map. This reply to my old question. Anyway this is a strange behavior isn't it ?

// Add a listener for mouse down and mouse up events.
// Needed for proper automation recording.
tErr=AudioUnitCarbonViewSetEventListener(m_tView, EventListener, this);
3. The plugin has a custom GUI with own controls
Like 2 but you have to implement the mouse down/up notification, too. See the CarbonViewControl and
CarbonViewBase base classes on how to do that.

This is *exactly* the info I was searching for.
Strange behavior again, and somehow annoying : our Gui is capable to send parameter change even if the user does not manipulate the gui. This does not seems to create any problems, but in fact I will be obliged to send a kAudioUnitCarbonViewEvent_MouseDownInControl and a kAudioUnitCarbonViewEvent_MouseUpInControl even if the user did not have touch the mouse...

Many thanks,

Raphael
_______________________________________________
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.

References: 
 >Re: Automation record ? (From: Nikolaus Gerteis <email@hidden>)

  • Prev by Date: Re: Automation record ?
  • Next by Date: How to set the Finders bundle bit for a MIDI driver plugin
  • Previous by thread: Re: Automation record ?
  • Next by thread: Newbie documentation for MIDI
  • Index(es):
    • Date
    • Thread