VST/AU Plugin for Auditioning RAVE Models in Real-time
Check out Antoine's great work in the original RAVE repository!
- Add Juce 6.1.4 as a directory called JUCE in the main working directory or clone the repository.
ln -s <JUCE-DIR> .
ORgit clone --depth 1 --branch 6.1.4 https://github.com/juce-framework/JUCE
- Use cmake to build. Tested with cmake 3.21.3, clang 11.0.3, Xcode 11.7 on MacOS 10.15.7. This will download the PyTorch libraries.
mkdir build; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release -j 4
orcmake -G Xcode -B build
Coming soon!