mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
SID3: change default decay
This commit is contained in:
parent
ac95c05878
commit
f0cf3628c6
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ struct DivInstrumentSID3 {
|
||||||
pulseOn(false),
|
pulseOn(false),
|
||||||
noiseOn(false),
|
noiseOn(false),
|
||||||
a(0),
|
a(0),
|
||||||
d(8),
|
d(64),
|
||||||
s(0),
|
s(0),
|
||||||
r(0),
|
r(0),
|
||||||
sr(0),
|
sr(0),
|
||||||
|
|
Loading…
Reference in a new issue