Skip to content

eriser/CloudSeed

 
 

Repository files navigation

Cloud Seed VST

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 & Install

  1. Download the latest version of Cloud Seed from the Releases Page.
  2. Copy the files into your VST plugin directory. Be sure to keep the 32 bit and the 64 bit folders separate, do not copy files from one directory over the other as this will make the plugin unloadable.
  3. Most users will need to install the Microsoft Visual Studio 2015 Redistributable Runtime. This component can be downloaded directly from Microsoft (Note: I've had some difficulty getting Microsoft's web site to work, if you have the same problems you can download the 32 bit verion here and the 64 bit version here.)

If you get errors about either "vcruntime140.dll" or "msvcp140.dll", you need to install the Redistributable Runtime as described above.

Documentation

See the Documentation Page for an overview of the user interface and an explanation of the reverberation kernel.

Reverb Kernel Architecture

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.

About

Algorithmic Reverb VST Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.7%
  • C++ 44.4%
  • Other 0.9%