Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

drumstick-dumpmid(1) [debian man page]

DRUMSTICK-DUMPMID(1)						   User Commands					      DRUMSTICK-DUMPMID(1)

NAME
drumstick-dumpmid - A Drumstick command line utility for decoding MIDI events. SYNOPSIS
drumstick-dumpmid [options] [PORT] DESCRIPTION
This program is a Drumstick example and utility program. You can use it to decode standard MIDI events as text. ARGUMENTS
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. PORT An ALSA client:port specification that will be subscribed in order to read MIDI events from it. The client portion can be a number or a name, like in "20:0" or "Virtual Piano:0". 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-playsmf(1), drumstick-vpiano(1) AUTHOR
Pedro Lopez-Cabanillas <plcl@users.sf.net> COPYRIGHT
Copyright (C) 2010 Pedro Lopez-Cabanillas drumstick 0.5.0 May 13, 2010 DRUMSTICK-DUMPMID(1)

Check Out this Related Man Page

DRUMSTICK-DUMPOVE(1)						   User Commands					      DRUMSTICK-DUMPOVE(1)

NAME
drumstick-dumpove - A Drumstick command line utility for decoding OVE (Overture) files. SYNOPSIS
drumstick-dumpove [options] {FILE} DESCRIPTION
This program is a Drumstick example and utility program. You can use it to decode as text your OVE files created with Overture. ARGUMENTS
The following arguments are required: FILE The name of the Overture file. 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. -v|--verbose Verbose output. 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-dumpsmf(1), drumstick-dumpwrk(1) AUTHOR
Rui Fan <vanferry@gmail.com> COPYRIGHT
Copyright (C) 2010 Rui Fan drumstick 0.5.0 Aug 31, 2010 DRUMSTICK-DUMPOVE(1)
Man Page

We Also Found This Discussion For You

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