aboutsummaryrefslogtreecommitdiff
path: root/site/app/twist/twist.csd
blob: ccd4085edd8e9b11954870d2a08e375f58a93625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>