prepare for new sample map UI
This commit is contained in:
parent
ad2af793ba
commit
8d4fa6e0cc
3 changed files with 11 additions and 4 deletions
|
|
@ -1679,8 +1679,11 @@ class FurnaceGUI {
|
|||
std::vector<TouchPoint> pressedPoints;
|
||||
std::vector<TouchPoint> releasedPoints;
|
||||
|
||||
int arpMacroScroll;
|
||||
int pitchMacroScroll;
|
||||
int sampleMapSelStart;
|
||||
int sampleMapSelEnd;
|
||||
int sampleMapDigit;
|
||||
int sampleMapColumn;
|
||||
bool sampleMapFocused;
|
||||
|
||||
ImVec2 macroDragStart;
|
||||
ImVec2 macroDragAreaSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue