GUI: prepare for sample select/draw
This commit is contained in:
parent
689ed3bf65
commit
67ca88b478
2 changed files with 9 additions and 2 deletions
|
|
@ -7104,7 +7104,11 @@ FurnaceGUI::FurnaceGUI():
|
|||
sampleSelStart(-1),
|
||||
sampleSelEnd(-1),
|
||||
sampleDragActive(false),
|
||||
sampleDragMode(false) {
|
||||
sampleDragMode(false),
|
||||
sampleDrag16(false),
|
||||
sampleDragTarget(NULL),
|
||||
sampleDragStart(0,0),
|
||||
sampleDragAreaSize(0,0) {
|
||||
|
||||
// octave 1
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue