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

Diff of /libgig/trunk/ChangeLog

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

revision 2675 by schoenebeck, Sun Sep 14 16:07:34 2014 UTC revision 2909 by schoenebeck, Thu May 12 19:34:17 2016 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version SVN trunk
2      * general changes:
3        - removed 2GB limitation when loading a gig or DLS file
4    
5      * src/gig.cpp:
6        - fixed bug in Script::SetGroup: the script chunk wasn't moved
7        - fixed compilation error with clang 3.4
8    
9      * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:
10        - improved output of non-ascii characters in usage messages
11        - fixed printf format strings
12    
13      * src/tools/korg2gig.cpp:
14        - fixed c++11 narrowing warnings
15        - fixed fine tuning which was not translated at all
16    
17    Version 4.0.0 (14 Jul 2015)
18    * general changes:    * general changes:
19      - minor Makefile fix for parallel make      - minor Makefile fix for parallel make
20      - Mac OS X: link with CoreFoundation (for the UUID function)      - Mac OS X: link with CoreFoundation (for the UUID function)
# Line 17  Version CVS HEAD (?) Line 33  Version CVS HEAD (?)
33      - Header files are now installed under $(prefix)/include/libgig/ by default.      - Header files are now installed under $(prefix)/include/libgig/ by default.
34      - Fixed various packaging issues regarding installation directories      - Fixed various packaging issues regarding installation directories
35        (fixes #218).        (fixes #218).
36        - added new command line tool "gig2stereo" (and a man page for it)
37        - unit tests: fixed wrong return value when test suite app exits
38          (patch by Ryan Schmidt)
39        - added new command line tool "sf2extract" (and a man page for it)
40    
41    * SoundFont file format:    * SoundFont file format:
42      - initial implementation      - initial implementation
# Line 67  Version CVS HEAD (?) Line 87  Version CVS HEAD (?)
87      - added new method Region::GetDimensionRegionIndexByValue()      - added new method Region::GetDimensionRegionIndexByValue()
88      - added new method Script::GetGroup()      - added new method Script::GetGroup()
89      - added new method Region::SetDimensionType()      - added new method Region::SetDimensionType()
90        - Added support for custom progress notification while saving to gig file.
91        - Bugfix: Adding a new region in between two existing regions caused the
92          new one being dropped after save operation and the gig file being tainted
93          (chunks at wrong location in the RIFF tree).
94        - Added new method Instrument::MoveTo() which allows to rearrange the order
95          of instruments within the same gig file.
96    
97    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
98      - added new method File::GetFileName()      - added new method File::GetFileName()
# Line 75  Version CVS HEAD (?) Line 101  Version CVS HEAD (?)
101      - added new method File::SetFileName() allowing to call File::Save()      - added new method File::SetFileName() allowing to call File::Save()
102        later on without passing a file name        later on without passing a file name
103      - added inline helper methods overlaps() for struct range_t      - added inline helper methods overlaps() for struct range_t
104        - Added support for custom progress notification while saving to DLS file.
105        - Bugfix: Adding a new region in between two existing regions caused the
106          new one being dropped after save operation and the gig file being tainted
107          (chunks at wrong location in the RIFF tree).
108    
109      * src/SF.cpp, src/SF.h:
110        - added new method Sample::ReadNoClear()
111    
112    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
113      - bugfix: avoid calling read() with count 0 when writing a file,      - bugfix: avoid calling read() with count 0 when writing a file,
# Line 94  Version CVS HEAD (?) Line 127  Version CVS HEAD (?)
127        one allows to move the subchunk from the current list to another list        one allows to move the subchunk from the current list to another list
128      - POSIX: only assume -1 result value as error on open() calls      - POSIX: only assume -1 result value as error on open() calls
129      - POSIX: show operating system's error reason if opening a file failed      - POSIX: show operating system's error reason if opening a file failed
130        - Added support for custom progress notification while saving to RIFF file.
131        - Fixed embarrassing old bug: POSIX read() errors were never detected on
132          Chunk::Read() calls due to signment incompatible variable.
133        - Cleanup of an old DLL binary backward compatibility hack.
134    
135    * src/gigextract.cpp:    * src/gigextract.cpp:
136      - export sample loop, unity note and fine tune with libsndfile      - export sample loop, unity note and fine tune with libsndfile

Legend:
Removed from v.2675  
changed lines
  Added in v.2909

  ViewVC Help
Powered by ViewVC