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

Contents of /libgig/trunk/man/dlsdump.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: 655 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 "dlsdump" "1" "8 May 2005" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 dlsdump \- List informations about a DLS (Downloadable Sound) file.
4 .SH SYNOPSIS
5 .B dlsdump
6 [ -v ] DLSFILE
7 .SH DESCRIPTION
8 Prints out a list of all available samples and instruments within a DLS file along with detailed informations about their properties and settings. At the moment DLS Level 1 and 2 is supported.
9 .SH OPTIONS
10 .TP
11 .B \ DLSFILE
12 filename of the DLS file
13 .TP
14 .B \ -v
15 print version and exit
16
17 .SH "SEE ALSO"
18 .BR gigdump(1),
19 .BR rifftree(1)
20
21 .SH "BUGS"
22 None. Report bugs to http://bugs.linuxsampler.org
23 .SH "Author"
24 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC