1DRUMSTICK-METRONOME(1) User Commands DRUMSTICK-METRONOME(1)
2
3
4
6 drumstick-metronome - A Drumstick command line utility for playing a
7 metronome pattern.
8
10 drumstick-metronome [options]
11
13 This program is a Drumstick example and utility program. You can use it
14 to play a MIDI metronome pattern.
15
17 The following arguments are required:
18
19 -p|--port= client:port
20 An ALSA client:port specification that will be subscribed in order
21 to send MIDI events to it. The client portion can be a number or a
22 name, like in "20:0" or "KMidimon:0".
23
24 The following arguments are optional:
25
26 -b|--bpm= BPM
27 Tempo in beats per minute. Default is 120 BPM.
28
29 -h|--help
30 Prints a summary of the command-line options and exit.
31
32 -v|--version
33 Prints the program version number and exit.
34
36 Permission is granted to copy, distribute and/or modify this document
37 under the terms of the GNU General Public License, Version 2 or any
38 later version published by the Free Software Foundation, considering as
39 source code any files used for the production of this manpage.
40
42 drumstick-dumpmid(1), drumstick-playsmf(1)
43
45 Pedro Lopez-Cabanillas <plcl@users.sf.net>
46
48 Copyright © 2010-2021 Pedro Lopez-Cabanillas
49
50
51
52drumstick 2.1.1 March 20, 2021 DRUMSTICK-METRONOME(1)