From 8e57320e270aa512b4c5ab60faca24996c517aa1 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Mon, 20 Jul 2020 18:33:54 +0200 Subject: [PATCH] Improve documentation. --- Faust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Faust.md b/Faust.md index 8958ffc..c96b039 100644 --- a/Faust.md +++ b/Faust.md @@ -1,4 +1,4 @@ -# Using Faust DSP language in the 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. @@ -42,6 +42,6 @@ process = os.osc(freq) * gain, os.sawtooth(freq) * gain * gate; Some additional files can be seen in the examples folder: -- [synth.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/synth.dsp) demonstrates how to use all different Prototype UI items +- [synth.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items - [organ.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/organ.dsp) demonstrates a MIDI controllable additive synthesis based organ -- [physicalmodel.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/physicalmodel.dsp) demonstrates a model synthesis bell connected to a reverb +- [physicalmodel.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb