simplified worldmap a bit
[supertux.git] / contrib / sounds / csound / test.orc
1 /* gen10.orc */
2 ; Initialize the global variables.
3 sr = 44100
4 kr = 4410
5 ksmps = 10
6 nchnls = 1
7
8 ; Instrument #1.
9 instr 1
10   kamp = 30000
11   kcps = 440
12   ifn = 1
13
14   ; Play the sine wave stored in Table #1.
15   a1 oscil kamp, kcps, ifn
16   out a1
17 endin
18 /* gen10.orc */