1
0
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:
rbdannenberg
2010-10-28 17:57:14 +00:00
parent f3b91514d2
commit f274c9fb2b
6 changed files with 125 additions and 14 deletions

View File

@@ -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
}
}