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
|
||||
|
||||
instr 99
|
||||
iamp init 5
|
||||
iamp init 3
|
||||
al, ar fluidOut gifluid
|
||||
outs al * iamp, ar * iamp
|
||||
endin
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue