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

Annotation of /libgig/trunk/man/gigextract.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2482 - (hide annotations) (download)
Mon Nov 25 02:22:38 2013 UTC (10 years, 5 months ago) by schoenebeck
File size: 1245 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 schoenebeck 518 .TH "gigextract" "1" "8 May 2005" "libgig @VERSION@" "libgig tools"
2     .SH NAME
3     gigextract \- Extract samples from Gigasampler (.gig) files.
4     .SH SYNOPSIS
5     .B gigextract
6     [ -v ] GIGFILE DESTDIR [SAMPLENR] [ [SAMPLENR] ... ]
7     .SH DESCRIPTION
8     Extract samples from Gigasampler (.gig) files. All extracted samples will be written in .wav format. You must at least supply name of the .gig input file and an output path where all extracted samples should be written to. By default gigextract extracts all samples contained in the Gigasampler file, even if they are not linked by any instrument in the .gig file, but you can also extract only particular samples by supplying a list of samples indices at the end of the command line. You can use the gigdump tool to see the list of available samples and their sample indices of a Gigasampler file.
9     .SH OPTIONS
10     .TP
11     .B \ GIGFILE
12     filename of the input Gigasampler file
13     .TP
14     .B \ DESTDIR
15     output path where all samples should be extracted to
16     .TP
17     .B \ SAMPLENR
18     optional index of sample(s) to be exclusively extracted
19     .TP
20     .B \ -v
21     print version and exit
22     .SH "SEE ALSO"
23 schoenebeck 2482 gigdump(1) gigmerge(1)
24 schoenebeck 518 .SH "BUGS"
25     None. Report bugs to http://bugs.linuxsampler.org
26     .SH "Author"
27     Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC