Skip to content

Livecode Faust in SuperCollider using an embedded Faust compiler.

License

Notifications You must be signed in to change notification settings

madskjeldgaard/faustgen-supercollider

Repository files navigation

[WORK IN PROGRESS] FaustGen

Livecode Faust in SuperCollider using an embedded Faust compiler.

Status

Updates will be posted here

Requirements

  • CMake >= 3.5
  • LLVM
  • Faust
  • SuperCollider source code

Installing them on Arch based systems using an AUR helper:

paru -S faust llvm cmake

TODO

See todo.md

Building

Clone the project:

git clone https://github.com/madskjeldgaard/faustgen-supercollider faustgen
cd faustgen
git submodule update --init --recursive
mkdir build
cd build

Then, use CMake to configure and build it:

cmake .. -DCMAKE_BUILD_TYPE=Release -DSC_PATH=<PATH/TO/SC/SOURCE>
cmake --build . --config Release
cmake --build . --config Release --target install

You may want to manually specify the install location in the first step to point it at your SuperCollider extensions directory: add the option -DCMAKE_INSTALL_PREFIX=/path/to/extensions.

It's expected that the SuperCollider repo is cloned at ../supercollider relative to this repo. If it's not: add the option -DSC_PATH=/path/to/sc/source.

About

Livecode Faust in SuperCollider using an embedded Faust compiler.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published