Browse Source

Update Faust.md

faust
Stéphane Letz GitHub 4 years ago
parent
commit
fd8601810a
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

@@ -4,7 +4,7 @@ The [Faust audio DSP language](https://faust.grame.fr) can be used in VCV Protot

## Compilation

- type `make && make install` to build it
- type `make dep && make && make install` to build it
- you can now add a Faust aware VCV Prototype in your Rack session and start coding in Faust

## Loading/editing/compiling .dsp files
@@ -25,7 +25,7 @@ So a button or checkbox UI item can use the `[switch:N]` metadata to be associat
Other metadata:
- `[scale:lin|log|exp]` metadata is implemented.

The [res/faust/rack.lib](https://github.com/VCVRack/VCV-Prototype/blob/faust/res/faust/rack.lib) Faust library contains usefull functions to convert VC signals, and can be enriched if needed.
The [rack.lib](https://github.com/VCVRack/VCV-Prototype/blob/faust/res/faust/rack.lib) Faust library contains usefull functions to convert VC signals, and can be enriched if needed.

## DSP examples



Loading…
Cancel
Save