Re: Automation record ?
Re: Automation record ?
- Subject: Re: Automation record ?
- From: Bill Stewart <email@hidden>
- Date: Tue, 3 Dec 2002 17:18:26 -0800
I'm not sure that you have to send the mouse events do you... If you
use AUParameterSet (not the AudioUnitSetParameter) - then the listeners
will know there has been a parameter change and record that information
Bill
On Friday, November 29, 2002, at 06:20 AM, email@hidden
wrote:
// Get the parameter list [...]
OK then, the filling of parameter mapping is filled in two pass, one
to know how many, and one to fill in the map. This reply to my old
question. Anyway this is a strange behavior isn't it ?
// Add a listener for mouse down and mouse up events.
// Needed for proper automation recording.
tErr=AudioUnitCarbonViewSetEventListener(m_tView, EventListener,
this);
3. The plugin has a custom GUI with own controls
Like 2 but you have to implement the mouse down/up notification, too.
See the CarbonViewControl and
CarbonViewBase base classes on how to do that.
This is *exactly* the info I was searching for.
Strange behavior again, and somehow annoying : our Gui is capable to
send parameter change even if the user does not manipulate the gui.
This does not seems to create any problems, but in fact I will be
obliged to send a kAudioUnitCarbonViewEvent_MouseDownInControl and a
kAudioUnitCarbonViewEvent_MouseUpInControl even if the user did not
have touch the mouse...
Many thanks,
Raphael
_______________________________________________
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.