Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

drumstick-metronome(1) [debian man page]

DRUMSTICK-METRONOME(1)						   User Commands					    DRUMSTICK-METRONOME(1)

NAME
drumstick-metronome - A Drumstick command line utility for playing a metronome pattern. SYNOPSIS
drumstick-metronome [options] {PORT} [BPM] DESCRIPTION
This program is a Drumstick example and utility program. You can use it to play a MIDI metronome pattern. ARGUMENTS
The following arguments are required: PORT An ALSA client:port specification that will be subscribed in order to send MIDI events to it. The client portion can be a number or a name, like in "20:0" or "KMidimon:0". The following arguments are optional: BPM Tempo in beats per minute. -h|--help Prints a summary of the command-line options and exit. -V|--version Prints the program version number and exit. LICENSE
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation, considering as source code any files used for the production of this manpage. SEE ALSO
drumstick-dumpmid(1), drumstick-playsmf(1) AUTHOR
Pedro Lopez-Cabanillas <plcl@users.sf.net> COPYRIGHT
Copyright (C) 2010 Pedro Lopez-Cabanillas drumstick 0.5.0 May 13, 2010 DRUMSTICK-METRONOME(1)

Check Out this Related Man Page

DRUMSTICK-DUMPSMF(1)						   User Commands					      DRUMSTICK-DUMPSMF(1)

NAME
drumstick-dumpsmf - A Drumstick command line utility for decoding standard MIDI files. SYNOPSIS
drumstick-dumpsmf [options] {FILE} DESCRIPTION
This program is a Drumstick example and utility program. You can use it to decode a standard MIDI file as text. ARGUMENTS
The following argument is required: FILE The name of the input SMF. The following arguments are optional: -h|--help Prints a summary of the command-line options and exit. -V|--version Prints the program version number and exit. LICENSE
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation, considering as source code any files used for the production of this manpage. SEE ALSO
drumstick-buildsmf(1), drumstick-playsmf(1), drumstick-dumpwrk(1), drumstick-dumpove(1) AUTHOR
Pedro Lopez-Cabanillas <plcl@users.sf.net> COPYRIGHT
Copyright (C) 2010 Pedro Lopez-Cabanillas drumstick 0.5.0 May 13, 2010 DRUMSTICK-DUMPSMF(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script Help

I have a file called zxc where there are names and ages, like: Pedro 23 Mike 18 Pedro 27 i want to create a shell script that i can run like this name Pedro output: (must be sorted) Pedro 23 Pedro 27 I would like to use use grep, sort, and positional parameters ... (4 Replies)
Discussion started by: zxc
4 Replies

2. OS X (Apple)

A metronome...

As you all know I hit the hardware and do strange things with the HW using shell scripting. This is yet another one... Well computer audio systems have two flaws, this code exploits one of them and the other I found with AudioScope.sh. There are others so minor I will not pursue them any... (4 Replies)
Discussion started by: wisecracker
4 Replies

3. Shell Programming and Scripting

Transpose the 2nd coloumn in every fourth row three times....

I have several csv files, each hundreds of rows with the following layout "","SEQ ID No. 1 Subject # 20" "BPM neg.:",68.83 "BPM normal:",68.48 "SEQ ID No. 1 Subject # 20",79.33 "","SEQ ID No. 10 Subject # 20" "BPM neg.:",68.05 "BPM normal:",68.58 "SEQ ID No. 10 Subject # 20",81.63... (6 Replies)
Discussion started by: bertbrutzel
6 Replies