From 0d577ef01ce5d211db54b74f10a628c4fec5309d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 19 Jan 2021 16:38:58 -0500 Subject: [PATCH] Clean up Faust.md syntax. --- Faust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Faust.md b/Faust.md index dd9e1dc..df96662 100644 --- a/Faust.md +++ b/Faust.md @@ -1,4 +1,4 @@ -# Using Faust DSP language in VCV Prototype +# 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. @@ -21,7 +21,7 @@ The 6 *switches*, *knobs* as well as the *lights* and *switchLights* can be conn Other metadata: - `[scale:lin|log|exp]` metadata is implemented. -The [faust_libraries/rack.lib](https://github.com/sletz/VCV-Prototype/blob/master/faust_libraries/rack.lib) Faust library contains usefull functions to convert VC signals, and can be enriched if needed. +The [faust_libraries/rack.lib](https://github.com/sletz/VCV-Prototype/blob/master/faust_libraries/rack.lib) Faust library contains useful functions to convert VC signals, and can be enriched if needed. ## DSP examples