1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Spectral Selection Toggle (using q key) by Paul Licameli.

This commit is contained in:
james.k.crook@gmail.com
2014-11-29 16:53:28 +00:00
parent 4ed7396b24
commit 2131568876
4 changed files with 34 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ void OnDisjoinLabels();
void OnSelectAll();
void OnSelectNone();
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
void OnDefaultFrequencySelection();
void OnToggleSpectralSelection();
#endif
void OnSelectCursorEnd();
void OnSelectStartCursor();