GUI: add nibble mode to randomize
This commit is contained in:
parent
de604bdf01
commit
7971b7323b
2 changed files with 37 additions and 8 deletions
|
|
@ -691,7 +691,7 @@ class FurnaceGUI {
|
|||
int dummyRows, demandX;
|
||||
int transposeAmount, randomizeMin, randomizeMax, fadeMin, fadeMax;
|
||||
float scaleMax;
|
||||
bool fadeMode;
|
||||
bool fadeMode, randomMode;
|
||||
|
||||
int oldOrdersLen;
|
||||
DivOrders oldOrders;
|
||||
|
|
@ -766,7 +766,7 @@ class FurnaceGUI {
|
|||
void doFade(int p0, int p1, bool mode);
|
||||
void doInvertValues();
|
||||
void doScale(float top);
|
||||
void doRandomize(int bottom, int top);
|
||||
void doRandomize(int bottom, int top, bool mode);
|
||||
void doFlip();
|
||||
void doCollapse(int divider);
|
||||
void doExpand(int multiplier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue