View Single Post
Old 09-14-2011, 08:54 AM   #39
A_SN
Human being with feelings
 
Join Date: Aug 2011
Posts: 89
Default

OK I figured out everything about the latency I think, which I checked by phase inversion with an identical track that doesn't have my plug on it. And I have PLUG_LATENCY set to 0 yet that's not a problem to set the latency to anything using SetLatency().

Anyway for something unrelated: how do I know when Reset() is being called after the plugin gets unbypassed? Since I'm making an EQ it 'remembers' what it's working on so if you bypass it and unbypass it then it plays what it had left in memory when I should blank it. So how do I know when Reset() is being called for that and not something else? Cause it seems Reset gets called for a lot of things? Or are all those things situations where I'd want to blank the buffers anyway? What do you usually do about that?
A_SN is offline   Reply With Quote