aboutsummaryrefslogtreecommitdiff
path: root/examples/test2.csd
blob: 9a20e58bf4adbfbe295ba757600bbaad199f2130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<CsoundSynthesizer>
<CsOptions>
-odac
</CsOptions>
<CsInstruments>
sr = 44100
kr = 4410
nchnls = 2
0dbfs = 1
seed 0


instr 1
    Sfile = "/store/Store/Documents/Audio/Audio/Random/2021/Sonics Tuned Pieces/Guitar - Plectrum Light Chorus/86.0.wav"
    a1, a_ diskin Sfile, 0.5
	a2 bitchpeaker a1, 2048
	outs a2, a2
endin



</CsInstruments>
<CsScore>
i1 0 60

</CsScore>
</CsoundSynthesizer>