Skip to content

njazz/cloudseed-juce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudSeed [JUCE]

Port of CloudSeed VST plugin (https://github.com/ValdemarOrn/CloudSeed) with new GUI based on JUCE Framework

screenshot


Features:

[x] multi channel support
[x] macOS version

Todo list:

[ ] Linux, Windows builds
[ ] pararameters smoothng
[ ] fix engine for large host buffer sizes
[ ] optimizations: remove extra clip / NaN checks in plugin wrapper

Build on macOS:

  1. clone this repository
  2. mkdir build && cd build && cmake .. && make


C++ UI version: 0.0.1
Engine version: 1.0.1

Engine license: MIT
UI/Wrapper license: currently GPL3