CloudSeed is a artificial reverbation plugin based on the reverbation algorithm written by Valdemar Erlingsson who also implemented the VST Version for Windows CloudSeed VST
I was studying the algorithm and tried to get it to work on my different Apple machines when I stumbled upon xunil-cloud's changes to use it with the JUCE Framework.
Since it was only a bare implementation without a Graphical User Interface I tried my best in recreating Valdemars Windows Version with JUCE.
Download the latest version of Cloud Seed for Mac from the Releases Page
For the Documentation head over to the original Documentation Page to get an overview of the user interface and an explanation of the reverberation kernel.
The Build did not work for me. I used XCode for that but i'll leave it here, maybe it will help somebody.
git clone --recursive https://github.com/xunil-cloud/CloudSeed_AU_VST3.git
cd CloudSeedAUVST3
mkdir build
cd build
cmake ../ -B .
(-B option specify a build directory)
make
- Make it work with Logic
- Show Correct Scale for nonlinear Parameter
- Fix Loading Error when Preset it already selected
- Add Icons to Dials or a graphical Representation of what the individual Paramtere does
- Buy JUCE Licence and Remove Popup
- CloudSeed VST by Valdemar Erlingsson
- CloudReverb Juce Implementation by xunil-cloud