diff --git a/src/looper.cxx b/src/looper.cxx index 0262c8e..83169dc 100644 --- a/src/looper.cxx +++ b/src/looper.cxx @@ -70,6 +70,7 @@ Looper::Looper(int t) : void Looper::timestretch( bool ts ) { timeStretchEnabled = ts; + printf("Looper on track %i : time stretching enabled %s\n", track, ts ? "yes." : "no." ); } LooperClip* Looper::getClip(int scene)