Vasily

Results 7 comments of Vasily

Try my [IPlugDublicater](https://github.com/flutomax/IPlugDublicater)

> Trying to load a preset for ChorusGAS.vst3 gives me this error: [Chorus GAS](https://stone-voices.ru/vst/chorus_gas?lang=en) has its own data structure, so ChorusGAS presets are designed exclusively for it and trying to...

> Could've sworn there was an Issue for this already. Regardless, yes, I'm open to this. How then? Creating two instances of a plugin for the left and right channels...

I suspect that the author did not use the regular convolution class WDL_ConvolutionEngine or WDL_ConvolutionEngine_Div from the IPlug2 framework. It just has the ability to work in stereo mode. I...

> the reason is that I started this project for fun, and it was more fun for me to write the code than to use someone else's However, in this...

You also need to add the method to IControl: ``` /** This is an called when focus is lost. /todo check this */ virtual void OnLostFocus() {} ``` And in...

> I don't think adding a method to IControl is how I will do it, since it's a global thing. I'll think about it. How then will the final control...