• 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
kAUParameterListener_AnyParameter
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kAUParameterListener_AnyParameter


  • Subject: kAUParameterListener_AnyParameter
  • From: Art Gillespie <email@hidden>
  • Date: Fri, 25 Oct 2002 23:32:14 -0400

Hiya,

Should I be able to do like dis:

AudioUnitParameter allParam;
allParam.mAudioUnit = (AudioUnit)mEditAudioUnit;
allParam.mParameterID = kAUParameterListener_AnyParameter; // <--
wild card, no?
allParam.mScope = kAudioUnitScope_Global;
allParam.mElement = 0;
AUListenerAddParameter(paramLsnrRef, phatmatikgui, &allParam);

And expect to receive any parameter events delivered to paramLsnrRef?

Because I'm not able to... I don't receive *any* parameter change
events when I do this. For the last few proof of concept things I've
done a Parameter/Registration step for each parameter as a workaround,
but the current project has, um, about 256... that wild card
functionality is looking pretty sweet to my RSI-riddled hands.

Any clues?

Art
>>0xBA
_______________________________________________
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: kAUParameterListener_AnyParameter
      • From: Bill Stewart <email@hidden>
  • Prev by Date: Re: Filing of User Presets - files vs. builtin
  • Next by Date: Re: Filing of User Presets - possible compromise?
  • Previous by thread: Re: Logic/Stereo ... null right channel?
  • Next by thread: Re: kAUParameterListener_AnyParameter
  • Index(es):
    • Date
    • Thread