what?
This commit is contained in:
parent
20ed22d6e8
commit
19d0ed617a
4 changed files with 41 additions and 27 deletions
|
|
@ -6273,7 +6273,8 @@ bool FurnaceGUI::init() {
|
|||
pianoView=e->getConfInt("pianoView",pianoView);
|
||||
pianoInputPadMode=e->getConfInt("pianoInputPadMode",pianoInputPadMode);
|
||||
|
||||
chanOscCols=e->getConfInt("chanOscCols",3);
|
||||
//chanOscCols=e->getConfInt("chanOscCols",3);
|
||||
chanOscCols=1;
|
||||
chanOscAutoColsType=e->getConfInt("chanOscAutoColsType",0);
|
||||
chanOscColorX=e->getConfInt("chanOscColorX",GUI_OSCREF_CENTER);
|
||||
chanOscColorY=e->getConfInt("chanOscColorY",GUI_OSCREF_CENTER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue