new visualization type: sound wave

This commit is contained in:
Andrzej Rybczak
2009-09-01 04:33:12 +02:00
parent 102e14529b
commit 1456e47a0b
7 changed files with 55 additions and 6 deletions

View File

@@ -298,6 +298,12 @@ void Help::GetKeybindings()
# endif // ENABLE_OUTPUTS
# ifdef ENABLE_VISUALIZER
*w << "\n\n " << fmtBold << "Keys - Music visualizer\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Space) << "Toggle visualization type\n";
# endif // ENABLE_VISUALIZER
*w << "\n\n " << fmtBold << "Mouse - Global\n -----------------------------------------\n" << fmtBoldEnd;
*w << "\tLeft click on \"Playing/Paused\" " << ": Play/pause\n";
*w << "\tLeft click on progressbar " << ": Go to chosen position in played track\n";