Browse Source

Update Faust README.

pull/57/head
Stephane Letz 4 years ago
parent
commit
ca0fe792db
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Faust.md

+ 2
- 0
Faust.md View File

@@ -2,6 +2,8 @@


The [Faust audio DSP language](https://faust.grame.fr) can be used in VCV Prototype. The compiler can be embedded in applications or plugins using [libfaust](https://faustdoc.grame.fr/manual/embedding/), and DSP code can be edited and JIT compiled on the fly. The [Faust audio DSP language](https://faust.grame.fr) can be used in VCV Prototype. The compiler can be embedded in applications or plugins using [libfaust](https://faustdoc.grame.fr/manual/embedding/), and DSP code can be edited and JIT compiled on the fly.


Note that to facilitate compilation and deployement, the interpreter backend (slower produced DSP code) is used instead of the faster [LLVM IR](https://llvm.org) backend.

## Compilation ## Compilation


- type `make && make install` to build it - type `make && make install` to build it


Loading…
Cancel
Save