Skip to content
generated from sudara/pamplejuce

An audio plugin for live-coding effects in the Faust programming language. Based off of the Amati Project

License

Notifications You must be signed in to change notification settings

Orisu179/AmatiPP

Repository files navigation

Amati++

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.

Building

  • 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 .

Nix build

You can build the project using Nix on Linux: just perform the above steps from within a Nix shell.

About

An audio plugin for live-coding effects in the Faust programming language. Based off of the Amati Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published