/[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 3980 - (hide annotations) (download)
Tue Aug 3 14:37:25 2021 UTC (2 years, 9 months ago) by schoenebeck
File size: 1353 byte(s)
* Add new command line tool "wav2gig".

* Bumped version (4.3.0.svn30).

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 schoenebeck 3047 [ \-v ] GIGFILE DESTDIR [SAMPLENR] [ [SAMPLENR] ... ]
7 schoenebeck 518 .SH DESCRIPTION
8 schoenebeck 2780 Extract samples from Gigasampler (.gig) files. All extracted samples will be
9     written in .wav format. You must at least supply name of the .gig input file and
10     an output path where all extracted samples should be written to. By default
11     .B gigextract
12     extracts all samples contained in the Gigasampler file, even if they are not
13     linked by any instrument in the .gig file, but you can also extract only
14     particular samples by supplying a list of samples indices at the end of the
15     command line. You can use the
16     .BR gigdump (1)
17     tool to see the list of available samples and their sample indices of a
18     Gigasampler file.
19    
20 schoenebeck 518 .SH OPTIONS
21     .TP
22     .B \ GIGFILE
23     filename of the input Gigasampler file
24     .TP
25     .B \ DESTDIR
26     output path where all samples should be extracted to
27     .TP
28     .B \ SAMPLENR
29     optional index of sample(s) to be exclusively extracted
30     .TP
31     .B \ -v
32     print version and exit
33 schoenebeck 2543
34 schoenebeck 518 .SH "SEE ALSO"
35 schoenebeck 2543 .BR gigdump(1),
36     .BR gigmerge(1),
37 schoenebeck 2685 .BR gig2mono(1),
38 schoenebeck 3980 .BR gig2stereo(1),
39     .BR wav2gig(1)
40 schoenebeck 2543
41 schoenebeck 518 .SH "BUGS"
42 schoenebeck 2778 Check and report bugs at http://bugs.linuxsampler.org
43 schoenebeck 518 .SH "Author"
44 schoenebeck 2778 Application and manual page written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC