Re: Automation record ?
Re: Automation record ?
- Subject: Re: Automation record ?
- From: email@hidden
- Date: Fri, 29 Nov 2002 15:20:05 +0100
// 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.