mixer volume meters on by default
This commit is contained in:
parent
ab2f2a0a59
commit
319a557ec3
2 changed files with 2 additions and 2 deletions
|
|
@ -2315,7 +2315,7 @@ class FurnaceGUI {
|
|||
songNotesWrap(0),
|
||||
rackShowLEDs(1),
|
||||
sampleImportInstDetune(0),
|
||||
mixerStyle(0),
|
||||
mixerStyle(1),
|
||||
mainFontPath(""),
|
||||
headFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
|
|
@ -5053,7 +5053,7 @@ void FurnaceGUI::readConfig(DivConfig& conf, FurnaceGUISettingGroups groups) {
|
|||
|
||||
settings.rackShowLEDs=conf.getInt("rackShowLEDs",1);
|
||||
|
||||
settings.mixerStyle=conf.getInt("mixerStyle",0);
|
||||
settings.mixerStyle=conf.getInt("mixerStyle",1);
|
||||
|
||||
settings.channelColors=conf.getInt("channelColors",1);
|
||||
settings.channelTextColors=conf.getInt("channelTextColors",0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue