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

Diff of /libgig/trunk/ChangeLog

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

revision 2912 by schoenebeck, Tue May 17 14:30:10 2016 UTC revision 2922 by schoenebeck, Wed May 18 18:04:49 2016 UTC
# Line 1  Line 1 
1  Version SVN trunk  Version SVN trunk
2    * general changes:    * general changes:
3      - removed 2 GB limitation when loading a gig or DLS file      - removed 2 GB limitation when loading a gig or DLS file
4        - using now native integer size where appropriate
5    
6    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
7      - fixed bug in Script::SetGroup: the script chunk wasn't moved      - fixed bug in Script::SetGroup: the script chunk wasn't moved
8      - fixed compilation error with clang 3.4      - fixed compilation error with clang 3.4
9      - GIG FORMAT EXTENSION: added support for saving gig file larger than 4 GB      - GIG FORMAT EXTENSION: added support for saving gig file larger than 4 GB
10        as one single monolithic gig file. A new custom RIFF chunk "FFmt" was        as one single monolithic gig file. In case .gig file is >= 2GB expect a
11        added to distinguish such monolithic large .gig files from old ones which        large monolithic file, otherwise if .gig file is < 2 GB check for
12        were splitted over several (.gx01, .gx02, ...) "extension" files.        "extension" files (.gx01, .gx02, ...) instead.
13    
14    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
15      - Sample: wave pool offsets are now 64 bits (to allow support for files      - Sample: wave pool offsets are now 64 bits (to allow support for files

Legend:
Removed from v.2912  
changed lines
  Added in v.2922

  ViewVC Help
Powered by ViewVC