kAUParameterListener_AnyParameter
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.