summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index 2c93887..3cbf8fc 100644
--- a/README.org
+++ b/README.org
@@ -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");