10 releases
0.5.5 | Dec 18, 2023 |
---|---|
0.5.4 | Jul 31, 2023 |
0.4.1 | Dec 19, 2022 |
0.4.0 | Oct 19, 2022 |
0.3.2 | Sep 24, 2022 |
#5 in #tempo
31 downloads per month
24KB
569 lines
warning!
this project has moved.
the last version of tempo
using Rust is 0.5.4
.
tempo
tempo
is a terminal tempo tapper.
...
1/10 samples in buffer
106.3 bpm
* <enter>
2/10 samples in buffer
110.4 bpm
* c
0/10 samples in buffer
0.0 bpm
; █
concept
tempo
works by collecting bpms into a buffer as you tap.
[120.5, 124.3, 122.6, _, _, _, _, _, _, _]
^ ^
new bpms inserted here old bpms removed here
the final bpm is the average of all samples in the buffer.
usage
to use tempo
, tap to the desired tempo, and it will display the average bpm.
for more fine tuning, you can also adjust the size of the buffer. the bpm may be more accurate the more samples are averaged.
command | description |
---|---|
h | show help |
<enter> | register a tap |
c | clear buffer |
s | adjust buffer size |
b | bound or unbound buffer to size |
p | print buffer contents |
l | print license info |
q | quit |
installation
since tempo
is on crates.io under the name tempo_tapper
, you can install it with cargo!
$ cargo install tempo_tapper
documentation
there is also documentation available as man pages. building them requires scdoc and probably GNU Make, although the makefile is uncomplicated.
to install:
$ make -C ./docs install
and to uninstall:
$ make -C ./docs uninstall
rustc
the msrv (minimum supported Rust version) is 1.61.0
.
license
tempo
is licensed under the MIT or Apache 2.0 licenses, at your choice.