Mercurial > hg > tony
diff src/main.cpp @ 366:6439ca6e7de1
switching of sonification and spectrogram via command line argument
author | matthiasm |
---|---|
date | Tue, 15 Jul 2014 18:12:48 +0100 |
parents | fec4dafd9093 |
children | 08769d8e46f0 0649ac148bf7 |
line wrap: on
line diff
--- a/src/main.cpp Tue Jul 15 15:42:46 2014 +0100 +++ b/src/main.cpp Tue Jul 15 18:12:48 2014 +0100 @@ -153,7 +153,7 @@ if (args.contains("--help") || args.contains("-h") || args.contains("-?")) { std::cerr << QApplication::tr( - "\nTony is a program for interactive note and pitch analysis and annotation.\n\nUsage:\n\n %1 [--no-audio] [--no-sonification] [--no-spectrogram] [<file> ...]\n\n --no-audio: Do not attempt to open an audio output device\n <file>: One or more Tony (.ton) and audio files may be provided.\n --no-sonification: Disable and hide sonification of pitch tracks and notes.\n --no-spectrogram: Disable spectrogram.").arg(argv[0]).toStdString() << std::endl; + "\nTony is a program for interactive note and pitch analysis and annotation.\n\nUsage:\n\n %1 [--no-audio] [--no-sonification] [--no-spectrogram] [<file> ...]\n\n --no-audio: Do not attempt to open an audio output device\n --no-sonification: Disable sonification of pitch tracks and notes and hide their toggles.\n --no-spectrogram: Disable spectrogram.\n <file>: One or more Tony (.ton) and audio files may be provided.").arg(argv[0]).toStdString() << std::endl; exit(2); }