Man page - jack_metro(1)
Packages contains this manual
- jack_samplerate(1)
- jack_showtime(1)
- jack_transport(1)
- jack_property(1)
- jack_iodelay(1)
- jack_netsource(1)
- jack_simple_client(1)
- jack_rec(1)
- alsa_out(1)
- alsa_in(1)
- jack_bufsize(1)
- jack_monitor_client(1)
- jack_unload(1)
- jack_impulse_grabber(1)
- jack_connect(1)
- jack_disconnect(1)
- jack_load(1)
- jack_lsp(1)
- jack_freewheel(1)
- jack_metro(1)
- jack_wait(1)
apt-get install jack-example-tools
Manual
JACK_METRO
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
NAME
jack_metro - JACK toolkit metronome
SYNOPSIS
jack_metro [ -n name ] [ -f hz ] [ -D msecs ] [ -a % ] [ -d % ] -b bpm
DESCRIPTION
jack_metro is a simple metronome for JACK. It generates a synthetic "tick" sound for every beat. Note that is does not connect its output port by default - to hear the sound it makes you must connect them using some other tool.
OPTIONS
-n , --name
Specify a name for this instance of the metronome.
-f , --frequency Hz
Define the frequency of the "tick" in Hz.
-D , --duration msecs
Define the duration of the "tick" in milliseconds.
-a , --attack %-age
Define the duration of the attack phase of the "tick" as a percentage of the duration.
-d , --decay %-age
Define the duration of the decay phase of the "tick" as a percentage of the duration.
--b , --bpm bpm
Define the number of beats per minute.
AUTHOR
Anthony Van Groningen