Use freeverb instead of reverbsc, adjust music volume.

Freeverb seems more stable. The volume of the music was adjusted roughly
according to the output of vorbisgain.
This commit is contained in:
Guus Sliepen 2012-03-03 13:49:10 +01:00
parent b6f8daaec3
commit b1d351cd77
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@ instr 1, 2, 3, 10
endin
instr 99
iamp init 5
iamp init 3
al, ar fluidOut gifluid
outs al * iamp, ar * iamp
endin

View File

@ -19,9 +19,10 @@ instr 1, 2
endin
instr 99
iamp init 1.6
al, ar fluidOut gifluid
al, ar reverbsc al * 0.5, ar * 0.5, 0.9, 10000
outs al, ar
arl, arr freeverb al, ar, 0.9, 0.1, sr
outs (arl + al) * iamp, (arr + ar) * iamp
endin
</CsInstruments>
<CsScore>