parent
4f86219989
commit
b7d525b4bd
|
|
@ -2246,6 +2246,8 @@ int FurnaceGUI::load(String path) {
|
||||||
showWarning(e->getWarnings(),GUI_WARN_GENERIC);
|
showWarning(e->getWarnings(),GUI_WARN_GENERIC);
|
||||||
}
|
}
|
||||||
pushRecentFile(path);
|
pushRecentFile(path);
|
||||||
|
// walk song
|
||||||
|
e->walkSong(loopOrder,loopRow,loopEnd);
|
||||||
// do not auto-play a backup
|
// do not auto-play a backup
|
||||||
if (path.find(backupPath)!=0) {
|
if (path.find(backupPath)!=0) {
|
||||||
if (settings.playOnLoad==2 || (settings.playOnLoad==1 && wasPlaying)) {
|
if (settings.playOnLoad==2 || (settings.playOnLoad==1 && wasPlaying)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue