• 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: coreaudio-api digest, Vol 2 #1132 - 10 msgs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreaudio-api digest, Vol 2 #1132 - 10 msgs


  • Subject: Re: coreaudio-api digest, Vol 2 #1132 - 10 msgs
  • From: Os <email@hidden>
  • Date: Wed, 7 Apr 2004 20:52:34 +0100

Hi,

sounds like you should use AUParameterSet.

AudioUnitParameter parameter;
parameter.mAudioUnit = mComponentInstance;
parameter.mScope = kAudioUnitScope_Global;
parameter.mElement = 0;
parameter.mParameterID = kParamId;
AUParameterSet( NULL, NULL, &parameter, value, 0 );


cheers,
os.


On 7 Apr 2004, at 19:22, email@hidden wrote:

To: CoreAudio API <email@hidden>
From: Robert Grant <email@hidden>
Subject: AudioUnitSetParameter and Generic UI updates
Date: Wed, 7 Apr 2004 11:14:25 -0400

I just added MIDI remote control for Apple's effects using
AudioUnitSetParameter to change the values and to my surprise and
disappointment the UI does not update even though the AU recognizes the
changes and changes the DSP. I would have thought the generic UI code
would have been updated to post notifications when this function is
called? It makes automation/remote control a lot more friendly.

Thanks,

Robert.

email@hidden
http://www.collective.co.uk/
_______________________________________________
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.


  • Prev by Date: Re: Waves UI
  • Next by Date: Audio stream using the toolbox
  • Previous by thread: Re: Waves UI
  • Next by thread: Audio stream using the toolbox
  • Index(es):
    • Date
    • Thread