1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-05 13:57:37 +02:00

Don't pass whole TimeTrack to Ruler or Mixer...

... they need only the information in a (Bounded)Envelope.
This commit is contained in:
Paul Licameli
2019-06-06 09:21:01 -04:00
parent 5ae606cf53
commit 46bf5a82fc
17 changed files with 142 additions and 123 deletions

View File

@@ -1626,7 +1626,7 @@ void AdornedRulerPanel::StartQPPlay(bool looped, bool cutPreview)
if (!cutPreview)
options.pStartTime = &oldStart;
else
options.timeTrack = NULL;
options.envelope = nullptr;
auto mode =
cutPreview ? PlayMode::cutPreviewPlay