/[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 2543 - (hide annotations) (download)
Sat May 10 02:06:58 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 946 byte(s)
* Initial support for sample based instruments in KORG's file format (.KMP
  and .KSF files) -> Korg.h, Korg.cpp.
* Added new command line tool "korgdump" (and a man page for it).
* Added new command line tool "korg2gig" (and a man page for it), for
  converting KORG sounds to Giga format.
* riftree tool: Added more command line options for being able to also dump
  other kind of file formats similar but not equal to the RIFF format.
* gig.h/.cpp: Added new method File::GetGroup(String name) for retrieving
  group by name.
* RIFF.h/.cpp: Added support for loading RIFF-like files with a bit
  different layout than "real" RIFF files (used for KORG format support).
* RIFF.h/.cpp: Added new method Chunk::GetFile().
* RIFF.h/.cpp: Added new method Chunk::GetLayout().
* Bumped version (3.3.0.svn9).

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 schoenebeck 2543
23 schoenebeck 2482 .SH "SEE ALSO"
24 schoenebeck 2543 .BR gigextract(1),
25     .BR gigdump(1),
26     .BR gig2mono(1)
27    
28 schoenebeck 2482 .SH "BUGS"
29     None. Report bugs to http://bugs.linuxsampler.org
30     .SH "Author"
31     Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC