diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 10:04:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 10:04:20 +0200 |
commit | 5a8ac1ccefdc9af65f3a1081614fa1618049fe18 (patch) | |
tree | dac5d61fa017e5ff151715f8644a998d5bb7d270 | |
parent | 876c2d271a84693da15ef0678b456b758c8ad8fe (diff) |
Update example in README.
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ guix shell -m manifest.scm Take a Faust DSP program: #+begin_src faust +declare name "moog_vcf_2b"; +declare author "Ricardo Wurmus (Ksoloti), Julius O. Smith III (Faust)"; +declare copyright "2024"; +declare license "STK-4.3 (https://github.com/grame-cncm/faustlibraries/blob/master/licenses/stk-4.3.0.md)"; +declare description "Moog VCF based on moog_vcf_2b from Faust."; + import("stdfaust.lib"); va = library("vaeffects.lib"); |