diff --git a/tests/Tuning.cpp b/tests/Tuning.cpp index ee65f190..4eb69baa 100644 --- a/tests/Tuning.cpp +++ b/tests/Tuning.cpp @@ -39,7 +39,7 @@ int main(int argc, char* argv[]) ("h,help", "Print help") ("s,scale", "Path of scala tuning file", cxxopts::value()) ("f,frequency", "Tuning frequency", cxxopts::value()->default_value("440.0")) - ("r,root-key", "Root key", cxxopts::value()->default_value("C5")); + ("r,root-key", "Root key", cxxopts::value()->default_value("C4")); auto result = options.parse(argc, argv);