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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2543 - (show annotations) (download)
Sat May 10 02:06:58 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 830 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 .TH "korgdump" "1" "8 May 2014" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 korgdump \- List informations about sound files in KORG synthesizer format.
4 .SH SYNOPSIS
5 .B korgdump
6 [ -v ] FILE
7 .SH DESCRIPTION
8 Prints out detailled informations of sample based sound files (either with .KMP
9 or .KSF file type extension) used with KORG synthesizer keyboards like Trinity,
10 Triton, OASYS, M3 or Kronos.
11
12 There is no support for .PCG files in this version of korgdump yet.
13 .SH OPTIONS
14 .TP
15 .B \ FILE
16 filename of a sample based sound file as used with KORG synthesizer keyboards
17 (.KMP or .KSF file)
18 .TP
19 .B \ -v
20 print version and exit
21
22 .SH "SEE ALSO"
23 .BR korg2gig(1),
24 .BR rifftree(1),
25 .BR gigdump(1),
26 .BR dlsdump(1)
27
28 .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