Browse Source

Improve documentation.

faust
Stephane Letz Andrew Belt 4 years ago
parent
commit
8e57320e27
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Faust.md

+ 3
- 3
Faust.md View File

@@ -1,4 +1,4 @@
# Using Faust DSP language in the VCV Prototype
# Using Faust DSP language in VCV Prototype

The [Faust audio DSP language](https://faust.grame.fr) can be used in VCV Prototype. The compiler can be embedded in applications or plugins using [libfaust](https://faustdoc.grame.fr/manual/embedding/), and DSP code can be edited and JIT compiled on the fly.

@@ -42,6 +42,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/sletz/VCV-Prototype/blob/master/examples/synth.dsp) demonstrates how to use all different Prototype UI items
- [synth.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/synth.dsp) demonstrates how to use all different VCV Prototype UI items
- [organ.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/organ.dsp) demonstrates a MIDI controllable additive synthesis based organ
- [physicalmodel.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/physicalmodel.dsp) demonstrates a model synthesis bell connected to a reverb
- [physicalmodel.dsp](https://github.com/sletz/VCV-Prototype/blob/master/examples/physicalmodel.dsp) demonstrates a modal synthesis based bell connected to a reverb

Loading…
Cancel
Save