From ca0fe792db2054709325b5f8a3e7e32f8a73396c Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Wed, 20 Jan 2021 05:29:09 +0100 Subject: [PATCH] Update Faust README. --- Faust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Faust.md b/Faust.md index df96662..ce30b6e 100644 --- a/Faust.md +++ b/Faust.md @@ -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. +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 - type `make && make install` to build it