precision audio playback

This commit is contained in:
itsmattkc
2018-11-11 13:00:03 +11:00
parent 39fe0f726b
commit 5850f8bb59
13 changed files with 125 additions and 19 deletions
+4
View File
@@ -923,3 +923,7 @@ void MainWindow::on_actionNest_triggered() {
}
}
}
void MainWindow::on_actionToggle_Show_All_triggered() {
if (sequence != NULL) panel_timeline->toggle_show_all();
}