From 1d311651e8715e25a7094cefa192e83342b50242 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 19 Nov 2017 02:10:01 -0500 Subject: [PATCH] comment --- src/effects/Effect.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index 428a14346..dfef6730c 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -2559,7 +2559,8 @@ void Effect::Preview(bool dryOnly) } // NEW tracks start at time zero. - // Adjust mT0 and mT1 to be the times to play back in these tracks. + // Adjust mT0 and mT1 to be the times to process, and to + // play back in these tracks mT1 -= mT0; mT0 = 0.0;