diff options
Diffstat (limited to 'site/app/twigs/twigs.csd')
| -rw-r--r-- | site/app/twigs/twigs.csd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/site/app/twigs/twigs.csd b/site/app/twigs/twigs.csd new file mode 100644 index 0000000..d86616d --- /dev/null +++ b/site/app/twigs/twigs.csd @@ -0,0 +1,18 @@ +<CsoundSynthesizer>
+<CsOptions>
+-odac
+</CsOptions>
+<CsInstruments>
+sr = 44100
+ksmps = 64
+nchnls = 2
+0dbfs = 1
+seed 0
+
+#include "/twigs/twigs.udo"
+
+</CsInstruments>
+<CsScore>
+f0 z
+</CsScore>
+</CsoundSynthesizer>
\ No newline at end of file |