View Single Post
Old 05-02-2017, 04:05 PM   #22
stw
Human being with feelings
 
stw's Avatar
 
Join Date: Apr 2012
Posts: 279
Default

Quote:
Originally Posted by Soundbytes View Post
- Do all memory allocation that you are able to precalculate in open(). (Do NOT do it in the plugin constructor - the plugin gets instantiated and destructed when the vst-host is is started. )
Could you please elaborate on that? I don't get what should be wrong in allocating memory in the constructor. What could happen if the plug is constructed/destructed succesfully? And when will open() be called?
stw is offline   Reply With Quote