|
|
<< Previous • Post Archive • Next >>
January 6, 2022
Posted by Rob Tashman
Filed under:
VST Plugins
No Comments
Hey there! Lately I’ve been fixing up an old VST plugin of mine called BDelay. It’s a standard delay effect and was originally based off of ADelay, a sample project that came packaged with the VST SDK. The code of ADelay was really convoluted and involved a sub-process routine; the original code of BDelay was heavily commented on by me as I tried to make sense of it. Now I’ve started over from scratch so I can simplify the algorithm and make it less of a head scratcher. Since starting over, I’ve also gotten the ping-pong effect working, which was broken before. I may implement stereo offset, too. If I feel like it, I might make a custom user interface for BDelay and put the plugin up on this site as a free download. Time will tell!
|
|
|
|