From b26018b02e705ce4d82865c4f9f4f25ee4e59814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Sat, 24 Jul 2021 11:17:29 +0200 Subject: [PATCH] Update Faust.md --- Faust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Faust.md b/Faust.md index ce30b6e..acef7e9 100644 --- a/Faust.md +++ b/Faust.md @@ -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