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

Diff of /libgig/trunk/ChangeLog

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

revision 902 by persson, Sat Jul 22 14:22:01 2006 UTC revision 1172 by schoenebeck, Sun May 6 16:17:48 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * packaging changes:    * packaging changes:
4        - added Mac OSX XCode project files (patch by Toshi Nagata)
5    
6      * src/DLS.cpp, src/DLS.h:
7        - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods
8    
9      * src/gig.cpp, src/gig.h:
10        - fixed segmentation fault in the gig::File destructor sequence which
11          happened when gig::Group informations were accessed before
12    
13    Version 3.1.1 (24 Mar 2007)
14    
15      * packaging changes:
16        - ported to Windows using native Windows functions for file IO
17          (provided Dev-C++ + mingw project file)
18        - only export relevant files to Doxygen API documentation
19    
20      * src/gig.cpp, src/gig.h:
21        - custom velocity splits now works for gig v3 files too
22        - added support for custom splits points for other dimensions than
23          velocity (gig v3 feature)
24        - added "smart midi" and "round robin keyboard" dimensions
25        - added new method File::DeleteGroupOnly() which only deletes the given
26          group but moves all its members to another group, the other method,
27          that is File::DeleteGroup() now removes not just the group, but also
28          all the samples that belong to that group
29        - fixed crash which occured on interfering File::DeleteSample() and
30          File::GetNextSample() calls (due to iterator invalidation)
31        - fixed group names which were not saved
32        - fixed group destructor which did not remove the RIFF chunk associated
33          with the group
34        - added Instrument::MoveRegion method
35        - fixed constructor for Region, which did not initialize correctly
36          when used from Instrument::AddRegion
37        - when saving, override the gig::Regions sample reference simply by
38          the region's first dimension region's sample (avoids an exception
39          when trying to save a new instrument)
40        - fixed AddDimension() method which did not fill out all mandatory
41          dimension definition fields
42    
43      * src/DLS.cpp, src/DLS.h:
44        - added Instrument::MoveRegion method
45        - fixed software info field which was wrongly stored on instruments,
46          causing an exception when trying to save a new instrument
47    
48      * src/RIFF.cpp, src/RIFF.h:
49        - fixed RIFF::Chunk destructor which did not unregister previously
50          resized chunks, leading to a "zero size chunk" exception when
51          File::Save() was called
52        - added List::MoveSubChunk method
53    
54    Version 3.1.0 (24 Nov 2006)
55    
56      * packaging changes:
57      - changed deprecated copyright attribute to license;      - changed deprecated copyright attribute to license;
58        added ldconfig to post-(un)install steps on libgig.spec (RPM)        added ldconfig to post-(un)install steps on libgig.spec (RPM)
59    
# Line 16  Version CVS HEAD (?) Line 69  Version CVS HEAD (?)
69        16 bits anymore        16 bits anymore
70      - support for reading of ".art" files. (Merging of .art and .gig      - support for reading of ".art" files. (Merging of .art and .gig
71        files are not implemented yet.)        files are not implemented yet.)
72        - several fixes for the write support
73        - support for sample groups added
74    
75    * src/DLS.cpp:    * src/DLS.cpp, src/DLS.h:
76      - support for reading of ".art" files      - support for reading of ".art" files
77        - removed incorrect use of memccpy in the write support (patch by
78          Jeremy Kerr)
79        - several fixes for the write support
80    
81    * src/gigextract.cpp:    * src/gigextract.cpp:
82      - real support for 24 bit samples      - real support for 24 bit samples
83    
84      * src/gigdump.cpp:
85        - print global file informations
86        - print sample groups
87    
88      * general changes:
89        - added CPPUnit test cases (at the moment primarily for automatic check
90          of Gigasampler write support)
91    
92  Version 3.0.0 (28 Apr 2006)  Version 3.0.0 (28 Apr 2006)
93    
94    * general changes:    * general changes:

Legend:
Removed from v.902  
changed lines
  Added in v.1172

  ViewVC Help
Powered by ViewVC