blob: 2d9af500316d5deb70dee2de25de7339cd83cbef (
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
|
<CsoundSynthesizer>
<CsOptions>
</CsOptions>
; ==============================================
<CsInstruments>
sr = 44100
kr = 4410
nchnls = 2
0dbfs = 1
instr 1
ipitch = 50
ifn ftts "this is generated by festival from within sea sound", ipitch
ao loscil 1, 1, ifn, 1
outs ao, ao
endin
</CsInstruments>
; ==============================================
<CsScore>
i1 0 2
</CsScore>
</CsoundSynthesizer>
|