add cursor undo/redo actions
This commit is contained in:
parent
8d81ef87b8
commit
572eb10e91
10 changed files with 122 additions and 2 deletions
|
|
@ -1211,6 +1211,7 @@ void FurnaceGUI::play(int row) {
|
|||
memset(chanOscBright,0,DIV_MAX_CHANS*sizeof(float));
|
||||
e->walkSong(loopOrder,loopRow,loopEnd);
|
||||
memset(lastIns,-1,sizeof(int)*DIV_MAX_CHANS);
|
||||
if (followPattern) makeCursorUndo();
|
||||
if (!followPattern) e->setOrder(curOrder);
|
||||
if (row>0) {
|
||||
if (!e->playToRow(row)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue