From e309458685d97cf1bcf37faf32bb48830c2d3f5d Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Wed, 16 Dec 2020 16:18:45 +0100 Subject: [PATCH] Complete documentation. --- Faust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Faust.md b/Faust.md index e874cae..78c5c60 100644 --- a/Faust.md +++ b/Faust.md @@ -1,6 +1,7 @@ # Using Faust DSP language in VCV Prototype -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 Faust 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. +To facilitate the deployment of the Faust aware VCV Prototype, the (slower) interpreter backend is currently used instead of the (faster) LLVM backend. ## Compilation and installation