A simple metronome made with Qt and Juce
CMake: | https://cmake.org/ |
Qt: | https://www.qt.io/ |
Juce: | https://github.com/WeAreROLI/JUCE (included) |
r8brain-free-src: | https://github.com/avaneev/r8brain-free-src (included) |
Linux only: ALSA Development headers (libasound2-dev on Ubuntu)
# Install ALSA dev headers (Linux only)
sudo apt install libasound2-dev
git clone https://github.com/witte/Metronome.git
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=/Path/to/your/qt/installation
cmake --build .
The click sample is a mix of these two files:
https://freesound.org/people/Noisehag/sounds/110549/
https://freesound.org/people/Agaxly/sounds/217482/
The font used to display the bpm is Steve Matteson's Open Sans Condensed:
https://fonts.google.com/specimen/Open+Sans+Condensed
GPL-3.0