Skip to content

hashcoins/real-time-granular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time-granular VST

Real time granular VST effect built in C++ and JUCE. Built for FL Studio, but compatibable for all Digital Audio Workstations

Building

Clone the repository:

$ git clone https://github.com/hashcoins/real-time-granular.git --recursive
$ cd real-time-granular

Export the RNBO patch with the following configuration options:

  • Output Directory: YOUR_PATH_TO_THIS_PROJECT/real-time-granular/RnboExport
  • Export Name: rnbo_granular.cpp

Build with CMake:

$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --config Release

References

About

realtime granular effect built in c++ and JUCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published