Re: Load/Save Presets does not work
Re: Load/Save Presets does not work
- Subject: Re: Load/Save Presets does not work
- From: "Angus F. Hewlett" <email@hidden>
- Date: Mon, 03 Mar 2003 17:57:41 +0000
Thanks Glenn... I've just done some more debugging, and found that in the
case of my code, it's saving and restoring correctly... but immediately
AFTER, Logic is trying to bound my params within the 0.f..1.f range, even
though some of those params are declared as having different min and max
values.
Can anyone comment as to whether this is a bug in Logic?
Regards,
Angus.
At 09:30 AM 3/3/2003 -0800, Glenn Olander wrote:
>
In Crystal, I took all the responsibility for the Save/Restore in
>
my MusicDevice subclass. It isn't clear to me where the responsibility
>
should be divided, but that seems to be the way to get it to work
>
currently.
>
One odd thing I noticed: on restore in Logic, I received a SetProperty()
>
for the current preset index. The problem is, it was wrong. It
>
corresponded to the most recent selection from Logic's preset menu,
>
not the current index member variable (and there was no GetProperty()
>
call for current index during the save), so I had to handle that as
>
well.
>
_______________________________________________
>
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.
>
=======================================================
Angus F. Hewlett, Technical Director
FXpansion Audio UK Ltd -
http://www.fxpansion.com
=======================================================
_______________________________________________
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.