logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

klick - An advanced metronome for JACK

Author

       Dominic Sacre <dominic.sacre@gmx.de>

klick 0.12.2                                      January 2010                                          KLICK(1)

Description

klick  is  an  advanced command-line based metronome using the JACK sound server. It allows you to define
       complex tempo maps for entire songs or performances.  A single meter and tempo can be  specified  on  the
       command  line,  while more complex tempo maps can be read from plain text files. Alternatively, it's also
       possible to run klick in interactive mode, where the tempo can be changed at runtime using the  keyboard,
       or to follow tempo information read from JACK transport.

Name

       klick - An advanced metronome for JACK

Options

-ffilename
              load tempo map from file

       -j     no tempo map, just follow jack transport

       -nname
              set jack client name

       -pport,..
              jack port(s) to connect to

       -P     automatically connect to hardware ports

       -oport
              OSC port to listen on

       -i     interactive mode

       -Wfilename
              export click track to audio file

       -rsamplerate
              sample rate of export (default: 48000)

       -snumber
              use built-in sounds:
              0: square wave (default)
              1: sine wave
              2: noise
              3: acoustic bell/click

       -Sfile[,file]
              load sounds from file(s)

       -e     no emphasized beats

       -E     emphasized beats only

       -vmult[,mult]
              adjust playback volume (default: 1.0)

       -wmult[,mult]
              adjust playback pitch (default: 1.0)

       -t     enable jack transport

       -T     become transport master (implies -t)

       -dseconds
              delay before starting playback

       -cbars
              pre-roll. use -c 0 for 2 beats

       -llabel
              start playback at the given label

       -xmultiplier
              multiply tempo by the given factor

       -h     show help

See Also

       The full documentation for klick can be found in HTML format at

       /usr/share/doc/klick/manual.html

Synopsis

klick [options] [bars] [meter] tempo[-tempo2/accel] [pattern]
       klick [options] -ffilenameklick [options] -iklick [options] -j

Tempo Map File Format

       [label:] bars [meter] tempo [pattern] [volume]
       ...

See Also