IvanWoo / RAVE-audition

VST/AU Plugin for Auditioning RAVE Models in Real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rave_audition

RAVE-audition

VST/AU Plugin for Auditioning RAVE Models in Real-time

Check out Antoine's great work in the original RAVE repository!

Building the C++ project

  • Add Juce 6.1.4 as a directory called JUCE in the main working directory or clone the repository.
    • ln -s <JUCE-DIR> . OR
    • git 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 or cmake -G Xcode -B build

Prebuilt Plugins

Coming soon!

About

VST/AU Plugin for Auditioning RAVE Models in Real-time

License:GNU General Public License v3.0


Languages

Language:C++ 73.8%Language:CMake 23.7%Language:C 2.5%