Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 714 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 714 Bytes

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