Re: plug-in GUI refresh problem in Logic
Re: plug-in GUI refresh problem in Logic
- Subject: Re: plug-in GUI refresh problem in Logic
- From: Urs Heckmann <email@hidden>
- Date: Sat, 24 Jul 2004 11:02:11 +0200
Hiya,
my stuff relies on Parameter Changed Notifications upon preset changes.
Maybe they're not fired? (For me, changing a preset is just a massive
parameter change orgy...)
Dunno how Generic view handles this, and I couldn't find that in the
source code, maybe it also refreshes control states upon PresentPreset
or something.
Oh, in early versions of CAUGui stuff I called myAU::SetParameter() for
each parameter whithin myAU::RestoreState(), but now I use
AudioToolboxes AUParameterSet() which generates the needed Parameter
Notification...
Hope this helps,
;) Urs
Am 24.07.2004 um 10:24 schrieb Os:
I wondered if anyone else has come across (and ideally solved) this.
My AU GUI works fine in Logic, except that when switching between
stored presets ('Settings' in Logic-speak) the GUI does not refresh.
If I switch to the generic controls view, I can see the parameters
changing when I switch presets - but not when my custom GUI is
visible.
My GUI's based on Urs's SDK, but on the old pre-1.3.1 version, if that
helps.
cheers,
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.
_______________________________________________
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.