Re: Complex controls + TellListener, again
Re: Complex controls + TellListener, again
- Subject: Re: Complex controls + TellListener, again
- From: Airy André <email@hidden>
- Date: Tue, 8 Jul 2003 19:44:14 +0200
Le mardi, 8 juil 2003, ` 15:31 Europe/Paris, Marc Poirier a icrit :
As a result, I've got two AUCarbonViewControl, so two
MouseDown/MouseUp
messages.
And Logic seems happy about it (but since the MouseDown/MouseUp
messages does not contain the param ID, which I think is a bad thing,
one message should be enough).
No, look again, the AudioUnitCarbonViewEventListener function type
takes
an AudioUnitParameter as one of its arguments, and that struct
contains a
parameter ID value. TellListener is a wrapper for that that takes an
AUVParameter as an argument, which is a class that inherits the
AudioUnitParameter struct, so still, the parameter ID is there.
Marc
Of course you are right. I remember now having put some debug printf
here a few monthes ago with the name of the parameter to see what was
wrong with my automation...
So everything is fine !
Airy
_______________________________________________
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.