HorstBaerbel / WaveBuzzer

Keep score of up to 4 teams. Has "stag-on-heat" sounds and an adjustable timer that can started/stopped by joysticks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaveBuzzer

Keep score of up to 4 teams. Has "stag-on-heat" sounds and an adjustable timer that can be started/stopped by joysticks. Keep score Timer

License

BSD-2-Clause, see LICENSE.md

Building

Use CMake:

cd WaveBuzzer
cmake .
make

Visual Studio 2015, G++ 5.4 or Clang 3.9 (C++11 support) are needed. For installing a new G++ version see here. Qt >= 5.3 is needed, especially its multimedia multimedia modules.

Keys

Software
ALT+F4 - Exit F11 - Toggle window/full-screen.

Teams and scores
F1 - Show/hide team 1.
F2 - Show/hide team 2.
F3 - Show/hide team 3.
F4 - Show/hide team 4.
0 - Clear all scores to 0.
1 - Increase score of team 1 (hold Shift to decrease).
2 - Increase score of team 2 (hold Shift to decrease).
3 - Increase score of team 3 (hold Shift to decrease).
4 - Increase score of team 4 (hold Shift to decrease).

  • Left-click team name to edit. Editing stops when pressing return or clicking out of the team name edit field.
  • The laurel marks the team with the highes score. Only scores from visible teams are taken into account.

Timer
Space or joystick button - Start/stop timer.

  • Right-click onto the window to select the joystick used or adjust the timer.

Gimmicks
H - Stag sound #1.
J - Stag sound #2.
K - Stag sound #3.

I found a bug or have suggestion

The best way to report a bug or suggest something is to post an issue on GitHub. Try to make it simple, but descriptive and add ALL the information needed to REPRODUCE the bug. "Does not work" is not enough! If you can not compile, please state your system, compiler version, etc! You can also contact me via email if you want to.

About

Keep score of up to 4 teams. Has "stag-on-heat" sounds and an adjustable timer that can started/stopped by joysticks

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 84.7%Language:CMake 12.1%Language:QML 3.2%