From 57bd34e4fc448aaf99536beb37dee2ad85f183fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Sat, 24 Jul 2021 11:41:13 +0200 Subject: [PATCH] Update Faust.md --- Faust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Faust.md b/Faust.md index acef7e9..9aa8f32 100644 --- a/Faust.md +++ b/Faust.md @@ -43,6 +43,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/VCV-Prototype/blob/master/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items -- [organ.dsp](https://github.com/VCV-Prototype/blob/master/examples/organ.dsp) demonstrates a MIDI controllable additive synthesis based organ -- [physicalmodel.dsp](https://github.com/VCV-Prototype/blob/master/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb +- [synth.dsp](https://github.com/VCV-Prototype/blob/v1/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items +- [organ.dsp](https://github.com/VCV-Prototype/blob/v1/examples/organ.dsp) demonstrates a MIDI controllable additive synthesis based organ +- [physicalmodel.dsp](https://github.com/VCVRack/VCV-Prototype/blob/v1/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb