primitive effect sorting
This commit is contained in:
parent
a3a004477d
commit
1c94975a0a
3 changed files with 63 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue