/[svn]/libgig/trunk/man/gigdump.1.in
ViewVC logotype

Contents of /libgig/trunk/man/gigdump.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2482 - (show annotations) (download)
Mon Nov 25 02:22:38 2013 UTC (10 years, 5 months ago) by schoenebeck
File size: 629 byte(s)
* Added new command line tool "gigmerge" which allows to merge
  a list of gig files to one single gig file.
* Added new "man" page for new tool "gigmerge".
* src/gig.h: Added new method File::AddContentOf().
* src/DLS.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::IsNew().
* Added "const" keyword to several methods.
* Bumped version to 3.3.0.svn6.

1 .TH "gigdump" "1" "8 May 2005" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 gigdump \- List informations about a Gigasampler (.gig) file.
4 .SH SYNOPSIS
5 .B gigdump
6 [ -v ] GIGFILE
7 .SH DESCRIPTION
8 Prints out a list of all available samples and instruments within a Gigasampler (.gig) file along with detailed informations about their properties and settings.
9 .SH OPTIONS
10 .TP
11 .B \ GIGFILE
12 filename of the Gigasampler file
13 .TP
14 .B \ -v
15 print version and exit
16 .SH "SEE ALSO"
17 gigextract(1) gigmerge(1) dlsdump(1)
18 .SH "BUGS"
19 None. Report bugs to http://bugs.linuxsampler.org
20 .SH "Author"
21 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC