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

Diff of /libgig/trunk/ChangeLog

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

revision 2698 by schoenebeck, Sun Jan 11 17:47:57 2015 UTC revision 2764 by schoenebeck, Wed May 13 08:36:47 2015 UTC
# Line 18  Version CVS HEAD (?) Line 18  Version CVS HEAD (?)
18      - Fixed various packaging issues regarding installation directories      - Fixed various packaging issues regarding installation directories
19        (fixes #218).        (fixes #218).
20      - added new command line tool "gig2stereo" (and a man page for it)      - added new command line tool "gig2stereo" (and a man page for it)
21        - unit tests: fixed wrong return value when test suite app exits
22          (patch by Ryan Schmidt)
23    
24    * SoundFont file format:    * SoundFont file format:
25      - initial implementation      - initial implementation
# Line 72  Version CVS HEAD (?) Line 74  Version CVS HEAD (?)
74      - Bugfix: Adding a new region in between two existing regions caused the      - Bugfix: Adding a new region in between two existing regions caused the
75        new one being dropped after save operation and the gig file being tainted        new one being dropped after save operation and the gig file being tainted
76        (chunks at wrong location in the RIFF tree).        (chunks at wrong location in the RIFF tree).
77        - Added new method Instrument::MoveTo() which allows to rearrange the order
78          of instruments within the same gig file.
79    
80    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
81      - added new method File::GetFileName()      - added new method File::GetFileName()
# Line 106  Version CVS HEAD (?) Line 110  Version CVS HEAD (?)
110      - Added support for custom progress notification while saving to RIFF file.      - Added support for custom progress notification while saving to RIFF file.
111      - Fixed embarrassing old bug: POSIX read() errors were never detected on      - Fixed embarrassing old bug: POSIX read() errors were never detected on
112        Chunk::Read() calls due to signment incompatible variable.        Chunk::Read() calls due to signment incompatible variable.
113        - Cleanup of an old DLL binary backward compatibility hack.
114    
115    * src/gigextract.cpp:    * src/gigextract.cpp:
116      - export sample loop, unity note and fine tune with libsndfile      - export sample loop, unity note and fine tune with libsndfile

Legend:
Removed from v.2698  
changed lines
  Added in v.2764

  ViewVC Help
Powered by ViewVC