GUI: prepare for sample select/draw
This commit is contained in:
parent
689ed3bf65
commit
67ca88b478
2 changed files with 9 additions and 2 deletions
|
|
@ -743,7 +743,10 @@ class FurnaceGUI {
|
|||
int resampleStrat;
|
||||
float amplifyVol;
|
||||
int sampleSelStart, sampleSelEnd;
|
||||
bool sampleDragActive, sampleDragMode;
|
||||
bool sampleDragActive, sampleDragMode, sampleDrag16;
|
||||
void* sampleDragTarget;
|
||||
ImVec2 sampleDragStart;
|
||||
ImVec2 sampleDragAreaSize;
|
||||
|
||||
// visualizer
|
||||
float keyHit[DIV_MAX_CHANS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue