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:
parent
b6f8daaec3
commit
b1d351cd77
|
@ -21,7 +21,7 @@ instr 1, 2, 3, 10
|
||||||
endin
|
endin
|
||||||
|
|
||||||
instr 99
|
instr 99
|
||||||
iamp init 5
|
iamp init 3
|
||||||
al, ar fluidOut gifluid
|
al, ar fluidOut gifluid
|
||||||
outs al * iamp, ar * iamp
|
outs al * iamp, ar * iamp
|
||||||
endin
|
endin
|
||||||
|
|
|
@ -19,9 +19,10 @@ instr 1, 2
|
||||||
endin
|
endin
|
||||||
|
|
||||||
instr 99
|
instr 99
|
||||||
|
iamp init 1.6
|
||||||
al, ar fluidOut gifluid
|
al, ar fluidOut gifluid
|
||||||
al, ar reverbsc al * 0.5, ar * 0.5, 0.9, 10000
|
arl, arr freeverb al, ar, 0.9, 0.1, sr
|
||||||
outs al, ar
|
outs (arl + al) * iamp, (arr + ar) * iamp
|
||||||
endin
|
endin
|
||||||
</CsInstruments>
|
</CsInstruments>
|
||||||
<CsScore>
|
<CsScore>
|
||||||
|
|
Loading…
Reference in New Issue