Re: Control value passing
Re: Control value passing
- Subject: Re: Control value passing
- From: Urs Heckmann <email@hidden>
- Date: Mon, 30 Sep 2002 12:35:03 +0200
Am Montag, 30.09.02, um 07:32 Uhr (Europe/Berlin) schrieb Art Gillespie:
I register the custom control with
auView->AddCarbonControl(sliderType, auvp, newControl), but it looks
like the changes of the control are never parsed by
AUCarbonViewControl::HandleEvent().
You have to fire the ValueFieldChanged event from your control when
its value changes. Do this by calling SetControl32BitValue(ControlRef
theControl, UInt32 theValue).
I use SetControlValue but I can change that. Dunno if it makes any
difference.
Is the whole range of UInt32 meant to traverse min to max (0.f - 1.f,
vst-like) of a parameter, then?
Cheers,
;) Urs
_______________________________________________
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.