• 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 in audio unit not working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Automation in audio unit not working


  • Subject: RE: Automation in audio unit not working
  • From: john smith <email@hidden>
  • Date: Tue, 15 Jan 2013 11:00:31 +0100
  • Importance: Normal


Nope, still no luck. My code now looks like this:

CAAUParameter* ptrParameter = new CAAUParameter(GetComponentInstance(), iParameterIndex, kAudioUnitScope_Global, 0);

AudioUnitEvent paramEvent;

memset(&paramEvent, 0, sizeof(paramEvent));

paramEvent.mArgument.mParameter = *ptrParameter;

paramEvent.mEventType = kAudioUnitEvent_BeginParameterChangeGesture;

AUEventListenerNotify(NULL, NULL, &paramEvent);

paramEvent.mEventType = kAudioUnitEvent_ParameterValueChange;

AUEventListenerNotify(NULL, NULL, &paramEvent);

paramEvent.mEventType = kAudioUnitEvent_EndParameterChangeGesture;

AUEventListenerNotify(NULL, NULL, &paramEvent);

delete ptrParameter;

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

  • Follow-Ups:
    • RE: Automation in audio unit not working
      • From: Muon Software Ltd - Dave <email@hidden>
References: 
 >Automation in audio unit not working (From: john smith <email@hidden>)
 >RE: Automation in audio unit not working (From: Muon Software Ltd - Dave <email@hidden>)
 >RE: Automation in audio unit not working (From: john smith <email@hidden>)
 >RE: Automation in audio unit not working (From: Muon Software Ltd - Dave <email@hidden>)

  • Prev by Date: RE: Automation in audio unit not working
  • Next by Date: RE: Automation in audio unit not working
  • Previous by thread: RE: Automation in audio unit not working
  • Next by thread: RE: Automation in audio unit not working
  • Index(es):
    • Date
    • Thread