summaryrefslogtreecommitdiff
path: root/man/dgvalidator.1
blob: d436227609d30a042af4ca58f38ff76172fdb19e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.TH "DGVALIDATOR" "1" "4 May 2020" "dgvalidator" ""

.SH NAME
dgvalidator \- drumgizmo drumkit validator

.SH SYNOPSIS
\fBdgvalidator\fR [\fIOPTIONS\fR] <\fIFILE\fR>

.SH "DESCRIPTION"
.PP
\fBDgvalidator\fR is a simple validator tool for drumgizmo drumkit files.
.PP
Dgvalidator will try to load the drumkit pointed to by drumkitfile and
validate it. It validates both the xml in the drumkit and all instrument files
referred in it as well as the the semantics of the contents -
including checking for the existence and validity of all audiofiles
referred by the instruments.

.SH "OPTIONS"
.PD 0

.RE
\fB-n, --no-audio\fR
.RS 7
Skip checking audio file existence and samplerate.

.RE
\fB-v, --verbose\fR
.RS 7
Print more info during validation. Can be added multiple times to increase output verbosity.

.RE
\fB-q, --quiet\fR
.RS 7
Don't print any output, even on errors.

.RE
\fB-V, --version\fR
.RS 7
Print version and exit.

.RE
\fB-h, --help\fR
.RS 7
Print this message and exit.

.RE
\fB-D, --debug \fIDDD\fR
.RS 7
Enable debug messages on \fIDDD\fR see hugin documentation for details.

.RE
\fBdrumkitfile\fR
.RS 7
The drumkitfile to verify.

.RE
.SH "EXIT STATUS"
Exit status is 0 if no error are found and 1 if validation fails.

.RE
.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.