--- libgig/trunk/README 2004/08/18 12:11:26 220 +++ libgig/trunk/README 2005/05/09 14:09:16 530 @@ -9,7 +9,7 @@ files and provide abstract access to the data. - gig classes (gig.h, gig.cpp): These are based on the DLS classes and - provide the neccessary extensions for + provide the necessary extensions for the Gigasampler file format. Requirements @@ -29,7 +29,10 @@ ================= If you don't have a POSIX system, you have to set 'POSIX' to '0' in RIFF.h. Instead of using POSIX calls then standard C calls will be used for file - access. This applies e.g. to Windows systems. + access. This applies e.g. to Windows systems. I would appreciate if + somebody sends me his MS Visual Studio / .NET, Borland C++ Builder or + Apple XCode project file! This might help others to conveniently compile + libgig on those platforms as well. Compiling ========= @@ -90,8 +93,8 @@ ================= If you have Doxygen installed you can generate the API documentation by - just running 'doxygen' in the sources' top level directory. The API - documentation will be generated in the 'html' subdirectory. + running 'make docs' in the sources' top level directory. The API + documentation will be generated in the 'doc' subdirectory. Patches ======= @@ -101,7 +104,9 @@ Credits ======= - This library is based on the reverse engineering work of Paul Kellett and - Ruben van Royen. Thanks for your great work! + The initial library was based on the reverse engineering effort of + Paul Kellett and Ruben van Royen. We owe current support for the quite new + Gigasampler v3 format to Andreas Persson. Please also have a look at the + ChangeLog for all those who contributed. Thanks for your great work! Christian Schoenebeck