Based off of the original Amati Project by Grégoire Locqueville, this project builds on top of it and will have more features. This project uses the pamplejuce template as a starting point.
More details will be added as the project gets developed.
-
To build, make sure that libfaust is installed from here, and CMake is installed.
-
Next, populate the sub repositories with
git submodule update --init --recursive
-
Open the project in Clion or VS2022 and build the standalone version, otherwise run the following in order:
mkdir build
cd build
cmake ..
cmake --build .
You can build the project using Nix on Linux: just perform the above steps from within a Nix shell.