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

Diff of /libgig/trunk/README

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

revision 2542 by schoenebeck, Tue Dec 31 12:56:28 2013 UTC revision 2543 by schoenebeck, Sat May 10 02:06:58 2014 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
21      formats as well today:
22    
23      - SoundFont classes (SF.h, SF.cpp):  They provide support for the very popular
24                                           SoundFont v1 and v2 format (.sf2).
25    
26      - KORG classes (Korg.h, Korg.cpp):   Provides support for sample based sounds
27                                           used on many KORG synthesizer keyboards.
28    
29    Beside the actual library there are following example applications:    Beside the actual library there are following example applications:
30    
31      gigdump:     Demo app that prints out the content of a .gig file.      gigdump:     Demo app that prints out the content of a .gig file.
# Line 24  Content Line 33  Content
33      gigmerge:    Merges several .gig files to one .gig file.      gigmerge:    Merges several .gig files to one .gig file.
34      gig2mono:    Converts .gig files from stereo to mono.      gig2mono:    Converts .gig files from stereo to mono.
35      dlsdump:     Demo app that prints out the content of a DLS file.      dlsdump:     Demo app that prints out the content of a DLS file.
36        korgdump:    Prints out the content of the various KORG file types.
37        korg2gig:    Convert KORG sound file to Gigasampler/GigaStudio format.
38      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF
39                   file.                   file.
40    
# Line 213  Bugs Line 224  Bugs
224    You might also try to run the "Test Cases" coming with libgig (see above),    You might also try to run the "Test Cases" coming with libgig (see above),
225    especially in case you are running on an odd system.    especially in case you are running on an odd system.
226    
227    Trademarks
228    ==========
229      Tascam, Gigasampler, GigaStudio, KORG, Trinity, Triton, OASYS, M3 and Kronos
230      are trademarks of their respective owners.
231    
232  Credits  Credits
233  =======  =======
234    The initial library was based on the reverse engineering effort of    The initial library (Gigasampler part) was based on the reverse engineering
235    Paul Kellett and Ruben van Royen. We owe current support for the quite new    effort of Paul Kellett and Ruben van Royen. We owe current support for the
236    Gigasampler v3 format to Andreas Persson. Please also have a look at the    Gigasampler v3 format to Andreas Persson. Please also have a look at the
237    ChangeLog for all those who contributed. Thanks to all of you for your    ChangeLog for all those who contributed. Thanks to all of you for your great
238    great work!    work!
239    
240   Christian Schoenebeck <cuse@users.sourceforge.net>   Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.2542  
changed lines
  Added in v.2543

  ViewVC Help
Powered by ViewVC