• Stars
    star
    408
  • Rank 102,408 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Algorithmic Reverb VST Plugin

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. 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.

System Requirements

  • 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.

Documentation

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

Reverb Kernel Architecture (for developers)

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.