-Added print for Looper timestretch feedback

This commit is contained in:
Harry van Haaren 2015-01-24 11:43:58 +00:00
parent 89cd89b529
commit 06db002295

View file

@ -70,6 +70,7 @@ Looper::Looper(int t) :
void Looper::timestretch( bool ts ) void Looper::timestretch( bool ts )
{ {
timeStretchEnabled = ts; timeStretchEnabled = ts;
printf("Looper on track %i : time stretching enabled %s\n", track, ts ? "yes." : "no." );
} }
LooperClip* Looper::getClip(int scene) LooperClip* Looper::getClip(int scene)