1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-21 13:41:21 +01:00

reassignment added to list of algorithms in settings and preferences

This commit is contained in:
Paul Licameli
2015-05-31 14:58:20 -04:00
parent c4f7e25c1c
commit 1f94d99c43
3 changed files with 6 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ public:
enum Algorithm {
algSTFT = 0,
algReassignment,
algPitchEAC,
algNumAlgorithms,