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

Diff of /libgig/trunk/README

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

revision 3369 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC revision 3370 by schoenebeck, Sat Nov 25 01:19:10 2017 UTC
# Line 5  Home Line 5  Home
5    
6  Content  Content
7  =======  =======
8    libgig actually consists of three parts:    libgig actually consists of three major parts:
9    
10    - RIFF classes (RIFF.h, RIFF.cpp): Provides convenient methods to parse and    - RIFF classes (RIFF.h, RIFF.cpp): Provides convenient methods to parse and
11                                       access arbitrary RIFF files.                                       access arbitrary RIFF files.
# Line 15  Content Line 15  Content
15                                       data.                                       data.
16    - gig classes (gig.h, gig.cpp):    These are based on the DLS classes and    - gig classes (gig.h, gig.cpp):    These are based on the DLS classes and
17                                       provide the necessary extensions for                                       provide the necessary extensions for
18                                       the Gigasampler file format.                                       the Gigasampler/GigaStudio file format.
19    
20    Despite its name, libgig also provides (since version 4.0.0) support for    Despite its name, libgig also provides (since version 4.0.0) support for
21    other sampler file formats as well:    other sampler file formats as well:
# Line 29  Content Line 29  Content
29    - Akai classes (Akai.h):             Currently S1000, S01, S2000 and S3000    - Akai classes (Akai.h):             Currently S1000, S01, S2000 and S3000
30                                         series are supported.                                         series are supported.
31    
32      Additionally libgig contains the following separate API:
33    
34      - Serialization classes (Serialization.h, Serialization.cpp):
35                                           Framework to serialize and deserialize
36                                           the runtime state of native C++ objects
37                                           (for saving and restoring their states
38                                           as abstract data).
39    
40    Beside the actual library there are following example applications:    Beside the actual library there are following example applications:
41    
42      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 53  Content Line 61  Content
61    
62  Requirements  Requirements
63  ============  ============
64    POSIX systems (e.g. Linux, OS X):    POSIX systems (e.g. Linux, macOS):
65    ---------------------------------    ---------------------------------
66    
67    You need at least to have libtool installed to be able to build the    You need at least to have libtool installed to be able to build the

Legend:
Removed from v.3369  
changed lines
  Added in v.3370

  ViewVC Help
Powered by ViewVC