/[svn]/libgig/trunk/man/Makefile.am
ViewVC logotype

Contents of /libgig/trunk/man/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2543 - (show annotations) (download)
Sat May 10 02:06:58 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 222 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 ## Process this file with automake to produce Makefile.in
2
3 # all man files that should be installed
4 man_MANS = dlsdump.1 gigdump.1 gigextract.1 gigmerge.1 gig2mono.1 rifftree.1 \
5 sf2dump.1 korgdump.1 korg2gig.1

  ViewVC Help
Powered by ViewVC