Re: Open times are too long
Re: Open times are too long
- Subject: Re: Open times are too long
- From: Chris Reed <email@hidden>
- Date: Fri, 28 Mar 2003 10:09:05 -0600
On Friday, Mar 28, 2003, at 11:23 US/Central, Nikolaus Gerteis wrote:
On Thursday, March 27, 2003, at 05:17 PM, email@hidden
wrote:
Well, why not instantiate the VST class in Initialize and destroy it
in
Uninitialize, opting to use delegation instead of inheritance? I
re-worked VST2AU like this myself without any trouble.
I would like to discuss this. If most of you think, instancing the VST
class in the Audio Unit Initialize call is of more use to VST
developers than using inheritance, I will modify the SDK that way. So
what is your opinion?
I would think you could do this, and provide some methods that the user
of the SDK call fill in to return information outside of an instance of
the VST class. If they do not provide these methods, then you may have
to go ahead and instantiate the VST class to get the data.
This would let the user have control over loading speed. They could get
something up quick, and then improve on it.
-chris
_______________________________________________
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.