GUI: new sample editor work
This commit is contained in:
parent
8ee7efc8a0
commit
b31ab408db
3 changed files with 58 additions and 9 deletions
|
|
@ -714,6 +714,11 @@ class FurnaceGUI {
|
|||
std::deque<UndoStep> undoHist;
|
||||
std::deque<UndoStep> redoHist;
|
||||
|
||||
// sample editor specific
|
||||
double sampleZoom;
|
||||
int samplePos;
|
||||
|
||||
// visualizer
|
||||
float keyHit[DIV_MAX_CHANS];
|
||||
int lastIns[DIV_MAX_CHANS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue