From fd8601810ab091e949f171b7363a894cfa7ea779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Wed, 11 Nov 2020 12:33:03 +0100 Subject: [PATCH] Update Faust.md --- Faust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Faust.md b/Faust.md index 0688715..7c4622d 100644 --- a/Faust.md +++ b/Faust.md @@ -4,7 +4,7 @@ The [Faust audio DSP language](https://faust.grame.fr) can be used in VCV Protot ## Compilation -- type `make && make install` to build it +- type `make dep && make && make install` to build it - you can now add a Faust aware VCV Prototype in your Rack session and start coding in Faust ## Loading/editing/compiling .dsp files @@ -25,7 +25,7 @@ So a button or checkbox UI item can use the `[switch:N]` metadata to be associat Other metadata: - `[scale:lin|log|exp]` metadata is implemented. -The [res/faust/rack.lib](https://github.com/VCVRack/VCV-Prototype/blob/faust/res/faust/rack.lib) Faust library contains usefull functions to convert VC signals, and can be enriched if needed. +The [rack.lib](https://github.com/VCVRack/VCV-Prototype/blob/faust/res/faust/rack.lib) Faust library contains usefull functions to convert VC signals, and can be enriched if needed. ## DSP examples