summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-02-07 16:40:31 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-02-07 16:40:31 +0100
commitcdf81dfdd6eba2743eca5b27a287a3ea0efb6f49 (patch)
tree263c6f2da7300d8c5f29a55b7f2b68d97b72ba9b /man
parent25fbccf770d4e68950311a434c810af3a98f127f (diff)
Autotools cleanup and manpage.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am4
-rw-r--r--man/drumgizmo.147
2 files changed, 51 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..20d5b7c
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,4 @@
+man_MANS = drumgizmo.1
+
+EXTRA_DIST = $(man_MANS)
+
diff --git a/man/drumgizmo.1 b/man/drumgizmo.1
new file mode 100644
index 0000000..36968fd
--- /dev/null
+++ b/man/drumgizmo.1
@@ -0,0 +1,47 @@
+.TH "DRUMGIZMO" "1" "4 February 2015" "drumgizmo 0.9.7" ""
+
+.SH NAME
+drumgizmo \- drum application
+
+.SH SYNOPSIS
+\fBdrumgizmo\fR [OPTIONS] \fIdrumkitfile
+
+.SH "DESCRIPTION"
+.PP
+\fBDrumGizmo\fR is an open source cross-platform drum plugin and stand-alone application. It is comparable to several commercial drum plugin products.
+.PP
+DrumGizmo uses an open drumkit file format, allowing the community to create their own drumkits. It has multichannel output, making it possible to mix it just the way you would a real drumkit. The optional built-in humanizer analyzes the midi notes, adjusting velocities on-the-fly. This client can be a stand-alone midi renderer, generating .wav files, 1 for each channel. Or use DrumGizmo as a software sampler for an electronic drumkit. There are also plugin versions available.
+
+.SH "OPTIONS"
+.TP
+\fB-p, --preload
+Load entire kit audio files into memory (uses ALOT of memory).
+.TP
+\fB-i, --inputengine \fR{dummy|test|jackmidi|midifile}
+Use said event input engine.
+.TP
+\fB-I, --inputparms parmlist
+Set input engine parameters.
+.TP
+\fB-o, --outputengine \fR{dummy|alsa|jack|sndfile}
+Use said audio output engine.
+.TP
+\fB-O, --outputparms parmlist
+Set output engine parameters.
+.TP
+\fB-e, --endpos
+Number of samples to process, -1: infinite.
+.TP
+\fB-v, --version
+Print drumgizmo version and exit.
+.TP
+\fB-h, --help
+Print command line help and exit.
+.TP
+\fB\fIdrumkitfile
+Load the drumkitfile.
+.SH "BUGS"
+Report bugs to http://www.drumgizmo.org/wiki/doku.php?id=bugs.
+
+.SH "ADDITIONAL INFORMATION"
+For further information, visit the website http://www.drumgizmo.org/.