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

Annotation of /libgig/trunk/man/gigmerge.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: 918 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 2482 .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)
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