GUI: sample edit undo/redo!

it seems to work but if you find bugs/crashes tell me
This commit is contained in:
tildearrow 2022-03-23 00:42:59 -05:00
parent f45273c89c
commit afc701b0b9
5 changed files with 116 additions and 18 deletions

View file

@ -897,6 +897,9 @@ class FurnaceGUI {
void doRedo();
void editOptions(bool topMenu);
void doUndoSample();
void doRedoSample();
void play(int row=0);
void stop();