Re: AU parameters/MIDI controllers
Re: AU parameters/MIDI controllers
- Subject: Re: AU parameters/MIDI controllers
- From: Os <email@hidden>
- Date: Fri, 20 Feb 2004 19:22:50 +0000
Thanks, that works a treat.
cheers,
os.
On 19 Feb 2004, at 04:15, Chris Reed wrote:
Use AUParameterSet() instead. Or call AUParameterListenerNotify()
after SetParameter().
-chris
On Feb 18, 2004, at 5:22 PM, Os wrote:
Hi,
I'm trying to link up MIDI controller (CC) messages to my AU
parameters.
So I've overridden AUMIDIBase::HandleControlChange() to get the event
and set the parameter with AUBase::SetParameter().
This works fine, except that my Carbon view is not updated as I
control the value via MIDI. The control is using AUCarbonViewBase &
AUCarbonViewControl etc. so it should be pretty standard.
Any suggestions?
thanks,
os.
email@hidden
http://www.collective.co.uk/
_______________________________________________
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.
email@hidden
http://www.collective.co.uk/
_______________________________________________
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.