Cloud Seed is an algorithmic reverb plugin built in C# and C++ for emulating huge, endless spaces and modulated echoes. The algorithms are based on the same principles as manu classic studio reverb units from the 1980's, but Cloud Seed does not attempt to model any specific device, or even to be a general-purpose reverb plugin at all. It is best employed as a special effect, for creating thick, lush pads out of simple input sounds.
- Download the latest version of Cloud Seed from the Releases Page.
- Please read the Installation Instructions
If you get errors about either "vcruntime140.dll" or "msvcp140.dll", you need to install the Microsoft Visual C Runtime Redistributable as described in the Installation Instructions.
- Microsoft Windows 7, 8, 8.1, 10 or above
- 64 Bit Processor and operating system (support for 32 bit removes as of v1.0)
- .NET Framework 4.5. This can be installed using the provided installer. Please make sure to check all the required dependencies on your system. If you're not sure, leave them checked, the installer will automatically determine whether you already have the required libraries installed.
See the Documentation Page for an overview of the user interface and an explanation of the reverberation kernel.
the code was originally developed in C# and then ported over to C++. The current version contains a full implementation of the reverb kernel in CPU-efficient C++ code. The user interface is built using WPF (Windows Presentation Foundation), and the plugin uses SharpSoundDevice to communicate with a VST host.