logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dgvalidator - drumgizmo drumkit validator

Additional Information

       For further information, visit the website http://www.drumgizmo.org.

dgvalidator                                        4 May 2020                                     DGVALIDATOR(1)

Bugs

       Report bugs to http://www.drumgizmo.org/wiki/doku.php?id=bugs.

Description

Dgvalidator is a simple validator tool for drumgizmo drumkit files.

       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.

Exit Status

       Exit status is 0 if no error are found and 1 if validation fails.

Name

       dgvalidator - drumgizmo drumkit validator

Options

-n,--no-audio
              Skip checking audio file existence and samplerate.

       -v,--verbose
              Print more info during validation. Can be added multiple times to increase output verbosity.

       -q,--quiet
              Don't print any output, even on errors.

       -V,--version
              Print version and exit.

       -h,--help
              Print this message and exit.

       -D,--debugDDD
              Enable debug messages on DDD see hugin documentation for details.

       drumkitfile
              The drumkitfile to verify.

Synopsis

dgvalidator [OPTIONS] <FILE>

See Also