Re: Open times are too long
Re: Open times are too long
- Subject: Re: Open times are too long
- From: Glenn Olander <email@hidden>
- Date: Thu, 27 Mar 2003 12:39:17 -0800
I think you put your finger on it by identifying the coupling of
the view and the AU as the largest culprit. This is currently
enforced by the VST2AU wrapper. Considering that the majority
of plugs will probably be using that, it might be fruitful to
address the problem in the wrapper. Perhaps add a flag which indicates
when an instantiation is just for the purpose of querying properties,
in which case the GUI (and other classes) instantiation may be skipped.
Of course, if these "lightweight" instantiations are just for the
purpose of querying properties, then perhaps those properties should be
kept in a resource so they may be queried without instantiating
the plugin at all.
- Glenn
_______________________________________________
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.