Re: Complex controls + TellListener, again
Re: Complex controls + TellListener, again
- Subject: Re: Complex controls + TellListener, again
- From: Marc Poirier <email@hidden>
- Date: Tue, 8 Jul 2003 08:31:07 -0500 (CDT)
>
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
_______________________________________________
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.