Skip to content

Simple, trivially looking metronome with natural sounds. Qt QML

License

Notifications You must be signed in to change notification settings

SeeLook/metronomek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef78b87 · Feb 20, 2022
Feb 20, 2022
Feb 18, 2022
Feb 8, 2022
Feb 20, 2022
Feb 17, 2022
Feb 20, 2022
Feb 20, 2022
Jan 2, 2022
Dec 31, 2021
Jan 16, 2022
Nov 9, 2021
Feb 8, 2022
Feb 20, 2022
Nov 14, 2021
Dec 22, 2019
Jan 11, 2022
Jan 6, 2022
Feb 6, 2022

Repository files navigation

MetronomeK

Metronome that works and sounds similar to mechanical devices but with all goods of computer program.


Features:

  • natural (real audio) sounds
  • selectable beat and ring sounds (i.e.: real metronome, clapping, snapping, etc.)
  • programmable tempo changes (aka accelerando and rallentando)
  • possibility to change meter
  • visible counting
  • determining tempo BPM by tapping
  • cross-platform: Android, Linux, Mac, Windows
  • ... see TODO for more planed features

Download and installation

Binary packages (Linux AppImage, Mac Os dmg, Windows installer and Android apk)
and sources are hosted
at SourceForge SF

Metronomek is also available at:


Building from sources

MetronomeK can be compiled with Qt framework https://www.qt.io/.

Under Linux, dev packages (with headers) of ALSA and/or PulseAudio are also required.

To build the application perform (inside sources directory):

$cmake .
$make -jX # where X is number of CPU cores
or
$ninja

To install it, invoke:

$make install
or
$ninja install

or, just to simply launch it where it was compiled without installation:

  • invoke once:

    $make runinplace
    or
    $ninja runinplace
    
  • and launch the app this way:

    $./src/metronomek