Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 499 Bytes

lab-audio-effects

A series of audio effect plugins created personally using JUCE,just for fun

Build

install CMake(version >= 3.22)
install C++ Compiler(GCC,Clang,MSVC etc)

git submoddule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .

#then executable and vst3 plugin all listed in (build/Bin/) folder 

Create a new plugin

install python3
python3 create_plugin.py [plugin name],like: python3 create_plugin.py PingPongDelay