From 4e82051dae5cb0017b89e31c05768a4ce1672a20 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Wed, 4 Nov 2020 10:03:33 +0100 Subject: [PATCH] Fix links in documentation. --- Faust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Faust.md b/Faust.md index 9b8cc46..31d640f 100644 --- a/Faust.md +++ b/Faust.md @@ -41,6 +41,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/VCVRack/VCV-Prototype/blob/faust/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items +- [organ.dsp](https://github.com/VCVRack/VCV-Prototype/blob/faust/examples/organ.dsp) demonstrates a MIDI controllable additive synthesis based organ +- [physicalmodel.dsp](https://github.com/VCVRack/VCV-Prototype/blob/faust/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb