prepare for new sample map UI

This commit is contained in:
tildearrow 2023-04-10 19:49:14 -05:00
parent ad2af793ba
commit 8d4fa6e0cc
3 changed files with 11 additions and 4 deletions

View file

@ -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;