Skip to content

Commit

Permalink
Update Faust.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz authored Jul 24, 2021
1 parent b26018b commit 57bd34e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57bd34e

Please sign in to comment.