• 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
AU & custom gui, Automation problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AU & custom gui, Automation problem


  • Subject: AU & custom gui, Automation problem
  • From: nicolas bronnec <email@hidden>
  • Date: Fri, 21 Mar 2003 18:18:25 +0100

Hello,

I'm actually woking on an audio unit wrapper for our vst instrument, and
I have some problems about automation in Logic.

As It's a wrapper, I have a custom gui (based on CarbonViewBase).

In Logic the automation works fine in 'control mode', then I think I correctly implement the
GetParameterList and the GetParameterInfo functions.

But with our own gui, it doesn't work.
As Nikolaus Gerteis suggested on this list, I (try to) notify Logic on the
beginning of the automation with a call to TellListener :
TellListener( (AUVParameter&)(au_param) , kAudioUnitCarbonViewEvent_MouseDownInControl , NULL )

Then during the automation (when I get an audioMasterAutomate from VST) I do some
AUParameterSet( 0, 0, &au_param, (Float32) value , 0 ) ;

And finally
TellListener( (AUVParameter&)(au_param) , kAudioUnitCarbonViewEvent_MouseUpInControl , NULL )

In fact, I call the first TellListener on the first audioMasterAutomate call, and the second when the mouse
is released.

Is it a correct way to do automation with Logic ? I must have missed something, but I can't find what.

Any help would be great ! Thanks in advance,

Best regards,
Nicolas
ARTURIA
_______________________________________________
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: AU & custom gui, Automation problem
      • From: Ben Dyer <email@hidden>
  • Prev by Date: Re: Calling TellListener & AUParameterSet in audio thread
  • Next by Date: Re: AU & custom gui, Automation problem
  • Previous by thread: Regarding the Cocoa UI spec
  • Next by thread: Re: AU & custom gui, Automation problem
  • Index(es):
    • Date
    • Thread