mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Add timestretch debug printf
This commit is contained in:
parent
9cf9833a93
commit
c2e520fab0
1 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,13 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
printf("TIME-FX: time: %f pitch: %f mode: %d\n",
|
||||
current_timefx->request.time_fraction,
|
||||
current_timefx->request.pitch_fraction,
|
||||
rb_current_opt);
|
||||
#endif
|
||||
|
||||
switch (rb_current_opt) {
|
||||
case 0:
|
||||
transients = NoTransients; peaklock = false; longwin = true; shortwin = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue