turn on proper noise layout by default
This commit is contained in:
parent
7e7a5a8e30
commit
ed98df91d2
|
@ -562,7 +562,7 @@ struct DivSong {
|
||||||
linearPitch(2),
|
linearPitch(2),
|
||||||
pitchSlideSpeed(4),
|
pitchSlideSpeed(4),
|
||||||
loopModality(0),
|
loopModality(0),
|
||||||
properNoiseLayout(false),
|
properNoiseLayout(true),
|
||||||
waveDutyIsVol(false),
|
waveDutyIsVol(false),
|
||||||
resetMacroOnPorta(false),
|
resetMacroOnPorta(false),
|
||||||
legacyVolumeSlides(false),
|
legacyVolumeSlides(false),
|
||||||
|
|
Loading…
Reference in a new issue