File: taptempo.1

package info (click to toggle)
taptempo 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 220 kB
  • sloc: cpp: 643; exp: 59; sh: 41; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH taptempo 1
.SH NAME
taptempo \- a command line tap tempo
.SH SYNOPSIS
.B taptempo [-h|-v] [-r
.I reset_time
.B ] [-s
.I sample_size
.B ] [-p
.I precision
.B ]
.SH DESCRIPTION
Hit the 
.B enter key 
with style and the program prints the corresponding number of beats per minute (bpm).
.PP
Use this program to quickly find the tempo of a song.
.PP
Type 
.B q
then 
.B enter key
to quit the program.
.SH OPTIONS
.IP "-h, --help"
Display help message and quit.
.IP "-p, --precision"
Set the decimal precision of the tempo display.
The default precision is 0 digit.
The max allowed precision is 5 digits.
.IP "-r, --reset-time"
Set the time in second to reset the computation.
Default reset time is 5 seconds.
.IP "-s, --sample-size"
Set the number of samples needed to compute the tempo.
Default is 5 samples.
.IP "-v, --version"
Display version of the program and quit.
.IP "-g, --game"
Activate the gaming mode.
.SH AUTHOR
Francois Mazen <francois@mzf.fr>