Skip to content

Commit

Permalink
Update Faust.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz authored Jul 24, 2021
1 parent 3b17414 commit b26018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.
Note that to facilitate compilation and deployement, the interpreter backend is used instead of the [LLVM IR](https://llvm.org) backend (faster produced DSP code).

## Compilation

Expand Down

0 comments on commit b26018b

Please sign in to comment.