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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2484 - (show annotations) (download)
Tue Dec 31 00:13:20 2013 UTC (10 years, 3 months ago) by schoenebeck
File size: 932 byte(s)
* Added new command line tool "gig2mono" (and a new man page for it).
* src/gig.cpp: Delete "ewav" chunk of Sample if "Compression" attribute was
  toggled to false.
* Bumped version to 3.3.0.svn7.

1 .TH "gigmerge" "1" "25 Nov 2013" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 gigmerge \- Merges several Gigasampler (.gig) files to one Gigasampler file.
4 .SH SYNOPSIS
5 .B gigmerge
6 [ -v ] GIGFILE1 GIGFILE2 [ ... ] NEWGIGFILE
7 .SH DESCRIPTION
8 Takes a list of Gigasampler (.gig) files as input and merges their content to one new single Gigasampler file. Note: There is no check for duplicate (equivalent) samples yet. That means, if for example 2 input files use the exact same sample, then this sample will exist twice in the output file.
9 .SH OPTIONS
10 .TP
11 .B \ GIGFILE1
12 filename of input Gigasampler file
13 .TP
14 .B \ GIGFILE2
15 filename of input Gigasampler file
16 .TP
17 .B \ NEWGIGFILE
18 filename of merged output Gigasampler file
19 .TP
20 .B \ -v
21 print version and exit
22 .SH "SEE ALSO"
23 gigextract(1), gigdump(1), gig2mono(1)
24 .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