/[svn]/libgig/trunk/README
ViewVC logotype

Diff of /libgig/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2784 by schoenebeck, Sun Jun 14 18:19:23 2015 UTC revision 2785 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC
# Line 17  Content Line 17  Content
17                                       provide the necessary extensions for                                       provide the necessary extensions for
18                                       the Gigasampler file format.                                       the Gigasampler file format.
19    
20    Despite its name, libgig also provides support for other sampler file    Despite its name, libgig also provides (since version 4.0.0) support for
21    formats as well today:    other sampler file formats as well:
22    
23    - SoundFont classes (SF.h, SF.cpp):  They provide support for the very popular    - SoundFont classes (SF.h, SF.cpp):  They provide support for the very popular
24                                         SoundFont v1 and v2 format (.sf2).                                         SoundFont v1 and v2 format (.sf2).
# Line 35  Content Line 35  Content
35      gigextract:  Extracts samples from a .gig file.      gigextract:  Extracts samples from a .gig file.
36      gigmerge:    Merges several .gig files to one .gig file.      gigmerge:    Merges several .gig files to one .gig file.
37      gig2mono:    Converts .gig files from stereo to mono.      gig2mono:    Converts .gig files from stereo to mono.
38        gig2stereo:  Converts .gig files to true interleaved stereo sounds.
39      dlsdump:     Demo app that prints out the content of a DLS file.      dlsdump:     Demo app that prints out the content of a DLS file.
40      korgdump:    Prints out the content of the various KORG file types.      korgdump:    Prints out the content of the various KORG file types.
41      korg2gig:    Convert KORG sound file to Gigasampler/GigaStudio format.      korg2gig:    Convert KORG sound file to Gigasampler/GigaStudio format.
42        sf2dump:     Prints out the content of a .sf2 file.
43        sf2extract:  Extracts audio samples from a .sf2 file.
44      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF
45                   file.                   file.
46      akaidump:    Dump an AKAI media i.e. from a CDROM drive as disk image file      akaidump:    Dump an AKAI media i.e. from a CDROM drive as disk image file
# Line 252  Credits Line 255  Credits
255    libakai now also supports Linux and other POSIX compliant operating systems    libakai now also supports Linux and other POSIX compliant operating systems
256    as well and does not have a dependency to libngl as the original libakai had.    as well and does not have a dependency to libngl as the original libakai had.
257    
258      The SoundFont 2 file format C++ classes were written by Grigor Iliev.
259    
260    Thanks to all of you for your great work!    Thanks to all of you for your great work!
261    
262   Christian Schoenebeck <cuse@users.sourceforge.net>   Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.2784  
changed lines
  Added in v.2785

  ViewVC Help
Powered by ViewVC