Re: Load/Save Presets does not work
Re: Load/Save Presets does not work
- Subject: Re: Load/Save Presets does not work
- From: Glenn Olander <email@hidden>
- Date: Mon, 03 Mar 2003 09:30:40 -0800
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.