1<CsoundSynthesizer>
2<CsOptions>
3--env:SSDIR+=../SourceMaterials -o Render.wav
4</CsOptions>
5<CsInstruments>
6;Example by Alex Hofmann
7instr 1
8aSin      poscil    0dbfs/4, 440
9          out       aSin
10endin
11</CsInstruments>
12<CsScore>
13i 1 0 1
14e
15</CsScore>
16</CsoundSynthesizer>