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