1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Replace Sound Finder with Label Sounds

also fixes bug 2352:
Sound / Silence Finder fail silently on selection > 2^31 -1
This commit is contained in:
SteveDaulton
2021-01-06 16:50:53 +00:00
parent 44b191ff42
commit f57e69cfca
5 changed files with 4 additions and 167 deletions

View File

@@ -528,10 +528,10 @@ void ScreenshotCommand::CaptureEffects(
"Find Clipping...",
#ifdef CAPTURE_NYQUIST_TOO
"Beat Finder...",
"Label Sounds...",
"Regular Interval Labels...",
"Sample Data Export...",
"Silence Finder...",
"Sound Finder...",
#endif
} );
}