Browse Source

Update Faust.md

pull/57/head
Stéphane Letz GitHub 3 years ago
parent
commit
b5efc01fdc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Faust.md

+ 2
- 2
Faust.md View File

@@ -43,6 +43,6 @@ process = os.osc(freq) * gain, os.sawtooth(freq) * gain * gate;


Some additional files can be seen in the examples folder: Some additional files can be seen in the examples folder:


- [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
- [synth.dsp](https://github.com/VCVRack/VCV-Prototype/blob/v1/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items
- [organ.dsp](https://github.com/VCVRack/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 - [physicalmodel.dsp](https://github.com/VCVRack/VCV-Prototype/blob/v1/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb

Loading…
Cancel
Save