primitive effect sorting

This commit is contained in:
Eknous-P 2023-07-26 18:41:17 +04:00
parent a3a004477d
commit 1c94975a0a
3 changed files with 63 additions and 1 deletions

View file

@ -7153,6 +7153,17 @@ FurnaceGUI::FurnaceGUI():
pianoView(PIANO_LAYOUT_STANDARD),
pianoInputPadMode(PIANO_INPUT_PAD_DISABLE),
#endif
//effect sorting
effectShowAll(true),
effectShowPitch(true),
effectShowVolume(true),
effectShowPanning(true),
effectShowSong(true),
effectShowTime(true),
effectShowSpeed(true),
effectShowSysPrimary(true),
effectShowSysSecondary(true),
effectShowMisc(true),
hasACED(false),
waveGenBaseShape(0),
waveInterpolation(0),