timeline/viewer: reimplemented "play in to out" and "loop"

This commit is contained in:
itsmattkc
2020-04-19 17:22:32 +10:00
parent 9d9825d8e1
commit 2849ae210c
10 changed files with 115 additions and 14 deletions
+5
View File
@@ -88,6 +88,11 @@ void TimeBasedPanel::PlayPause()
emit PlayPauseRequested();
}
void TimeBasedPanel::PlayInToOut()
{
emit PlayInToOutRequested();
}
void TimeBasedPanel::ShuttleLeft()
{
emit ShuttleLeftRequested();