From c6127e837825527b478318a877b010ed49502616 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Thu, 5 Nov 2020 09:52:37 +0100 Subject: [PATCH] Improve documentation. --- Faust.md | 10 +++++++++- examples/physicalmodel.dsp | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Faust.md b/Faust.md index 31d640f..6ff7989 100644 --- a/Faust.md +++ b/Faust.md @@ -39,8 +39,16 @@ gate = button("gate [switch:1]"); process = os.osc(freq) * gain, os.sawtooth(freq) * gain * gate; ``` -Some additional files can be seen in the examples folder: +The standard examples ported to Faust can be seen in the examples folder: + +- [gain.dsp](https://github.com/VCVRack/VCV-Prototype/blob/faust/examples/gain.dsp) +- [rainbow.dsp](https://github.com/VCVRack/VCV-Prototype/blob/faust/examples/rainbow.dsp) +- [vco.dsp](https://github.com/VCVRack/VCV-Prototype/blob/faust/examples/vco.dsp) + +Some additional examples: - [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 + + diff --git a/examples/physicalmodel.dsp b/examples/physicalmodel.dsp index 6082ae7..f88d956 100644 --- a/examples/physicalmodel.dsp +++ b/examples/physicalmodel.dsp @@ -15,7 +15,7 @@ with { freeverb_demo = _,_ <: (*(g)*fixedgain,*(g)*fixedgain : re.stereo_freeverb(combfeed, allpassfeed, damping, spatSpread)), *(1-g), *(1-g) :> _,_ -with{ +with { scaleroom = 0.28; offsetroom = 0.7; allpassfeed = 0.5;