On Thu, 28 Nov 2002, [3] wrote:
> As far as process/replacing goes > Insert plugins call process(), > out+= effect.. > where as send plugins and vst-synths call process-replacing, > out=effect. > Ah, that explains a lot. F.ex why process() doesn't produce any sound. :) Thanks for the info, new version coming up soon. > > i've noticed some synths haven't implemented the process-replacing and > programs like Acid 4.0 cant use them.. > > i'd suggest calling _pluginname_->CanProcessReplacing(); or something > whenever create an insert effect to see which Process to use and how to > hande the output/mix.. > Yupp. --