mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
-Added print for Looper timestretch feedback
This commit is contained in:
parent
89cd89b529
commit
06db002295
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue