GUI: more sample editor work
scrollbar and some layout changes
This commit is contained in:
parent
20799402c8
commit
b83b46aa2c
3 changed files with 108 additions and 31 deletions
|
|
@ -737,13 +737,14 @@ class FurnaceGUI {
|
|||
|
||||
// sample editor specific
|
||||
double sampleZoom;
|
||||
double prevSampleZoom;
|
||||
int samplePos;
|
||||
int resizeSize;
|
||||
double resampleTarget;
|
||||
int resampleStrat;
|
||||
float amplifyVol;
|
||||
int sampleSelStart, sampleSelEnd;
|
||||
bool sampleDragActive, sampleDragMode, sampleDrag16;
|
||||
bool sampleDragActive, sampleDragMode, sampleDrag16, sampleZoomAuto;
|
||||
void* sampleDragTarget;
|
||||
ImVec2 sampleDragStart;
|
||||
ImVec2 sampleDragAreaSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue