mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Extended pitch, tempo, and speed effects to operate on NoteTracks. Fixed off-by-one error on channel buttons.
This commit is contained in:
@@ -196,6 +196,7 @@ double Curvefit::distance_xy(double x, double y)
|
||||
printf("FATAL INTERNAL ERROR IN distance_xy: neither x nor y is "
|
||||
"an integer\n");
|
||||
assert(false);
|
||||
return 100.0; // to make the compiler happy
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user