prepare for something
This commit is contained in:
parent
77d4b9cb62
commit
6960112f69
2 changed files with 72 additions and 10 deletions
|
|
@ -480,9 +480,11 @@ class FurnaceGUI {
|
|||
bool pianoOpen, notesOpen, channelsOpen;
|
||||
SelectionPoint selStart, selEnd, cursor;
|
||||
bool selecting, curNibble, orderNibble, extraChannelButtons, followOrders, followPattern, changeAllOrders;
|
||||
bool collapseWindow, demandScrollX;
|
||||
bool collapseWindow, demandScrollX, fancyPattern;
|
||||
FurnaceGUIWindows curWindow, nextWindow;
|
||||
float peak[2];
|
||||
float patChanX[DIV_MAX_CHANS+1];
|
||||
float patChanSlideY[DIV_MAX_CHANS+1];
|
||||
|
||||
// bit 31: ctrl
|
||||
// bit 30: reserved for SDL scancode mask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue