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

Diff of /libgig/trunk/ChangeLog

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

revision 800 by schoenebeck, Wed Nov 9 20:04:11 2005 UTC revision 1180 by persson, Sat May 12 12:39:25 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * 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        - fixed write support for big-endian systems
9        - improved handling of fixed length info strings - separate default
10          lengths can be specified for each INFO chunk
11    
12      * src/gig.cpp, src/gig.h:
13        - fixed segmentation fault in the gig::File destructor sequence which
14          happened when gig::Group informations were accessed before
15        - fixed write support for big-endian systems
16        - defined lengths of a fixed set of info strings. These strings
17          are saved when the file is written, even if they are empty.
18    
19    Version 3.1.1 (24 Mar 2007)
20    
21      * packaging changes:
22        - ported to Windows using native Windows functions for file IO
23          (provided Dev-C++ + mingw project file)
24        - only export relevant files to Doxygen API documentation
25    
26      * src/gig.cpp, src/gig.h:
27        - custom velocity splits now works for gig v3 files too
28        - added support for custom splits points for other dimensions than
29          velocity (gig v3 feature)
30        - added "smart midi" and "round robin keyboard" dimensions
31        - added new method File::DeleteGroupOnly() which only deletes the given
32          group but moves all its members to another group, the other method,
33          that is File::DeleteGroup() now removes not just the group, but also
34          all the samples that belong to that group
35        - fixed crash which occured on interfering File::DeleteSample() and
36          File::GetNextSample() calls (due to iterator invalidation)
37        - fixed group names which were not saved
38        - fixed group destructor which did not remove the RIFF chunk associated
39          with the group
40        - added Instrument::MoveRegion method
41        - fixed constructor for Region, which did not initialize correctly
42          when used from Instrument::AddRegion
43        - when saving, override the gig::Regions sample reference simply by
44          the region's first dimension region's sample (avoids an exception
45          when trying to save a new instrument)
46        - fixed AddDimension() method which did not fill out all mandatory
47          dimension definition fields
48    
49      * src/DLS.cpp, src/DLS.h:
50        - added Instrument::MoveRegion method
51        - fixed software info field which was wrongly stored on instruments,
52          causing an exception when trying to save a new instrument
53    
54      * src/RIFF.cpp, src/RIFF.h:
55        - fixed RIFF::Chunk destructor which did not unregister previously
56          resized chunks, leading to a "zero size chunk" exception when
57          File::Save() was called
58        - added List::MoveSubChunk method
59    
60    Version 3.1.0 (24 Nov 2006)
61    
62      * packaging changes:
63        - changed deprecated copyright attribute to license;
64          added ldconfig to post-(un)install steps on libgig.spec (RPM)
65    
66      * src/gig.cpp, src/gig.h:
67        - added support for more than one set of custom velocity splits
68          inside a region (for example different velocity split levels for
69          pedal up and pedal down)
70        - sample loop parameters are now taken from the DimensionRegion
71          instead of the wave chunk
72        - keyswitching dimension is changed from split type "normal" to
73          "bit"
74        - real support for 24 bit samples - samples are not truncated to
75          16 bits anymore
76        - support for reading of ".art" files. (Merging of .art and .gig
77          files are not implemented yet.)
78        - several fixes for the write support
79        - support for sample groups added
80    
81      * src/DLS.cpp, src/DLS.h:
82        - support for reading of ".art" files
83        - removed incorrect use of memccpy in the write support (patch by
84          Jeremy Kerr)
85        - several fixes for the write support
86    
87      * src/gigextract.cpp:
88        - real support for 24 bit samples
89    
90      * src/gigdump.cpp:
91        - print global file informations
92        - print sample groups
93    
94    * general changes:    * general changes:
95      - added write support (only to the RIFF and DLS classes yet)      - added CPPUnit test cases (at the moment primarily for automatic check
96          of Gigasampler write support)
97    
98    Version 3.0.0 (28 Apr 2006)
99    
100      * general changes:
101        - added write support (that is for creating and modifying RIFF, DLS and
102          gig files)
103        - loading DLS and gig files is now much more permissive, DLS and gig
104          files are now loaded even if mandatory RIFF chunks are missing
105        - fixed some memory management errors, one of them was causing a
106          crash when a multi-file gig was deallocated
107    
108    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
109      - fixed the GetVelocityCutoff function, it wasn't always using the      - fixed the GetVelocityCutoff function, it wasn't always using the
110        VCFVelocityScale parameter when no cutoff controller was defined        VCFVelocityScale parameter when no cutoff controller was defined
111      - support for the gig v3 feature to have a number of dimension      - support for the gig v3 feature to have a number of dimension
112        splits not equal to a power of two        splits not equal to a power of two
113        - added write support (highly experimental)
114    
115    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
116      - fixed loading of Articulation Connections (<artl> list chunks were      - fixed loading of Articulation Connections (<artl> list chunks were
# Line 21  Version CVS HEAD (?) Line 124  Version CVS HEAD (?)
124        placing the new data in the chunk's write buffer and perform the        placing the new data in the chunk's write buffer and perform the
125        resize and write operations in one rush        resize and write operations in one rush
126    
127      * src/gigdump.cpp:
128        - fixed to show the correct amount of dimension regions instead of 32
129          (patch by James Wylder)
130    
131      * src/dlsdump.cpp:
132        - show for every region the name of the referenced sample
133        - show file name in quotation marks
134    
135  Version 2.0.2 (15 Aug 2005)  Version 2.0.2 (15 Aug 2005)
136    
137    * packaging changes:    * packaging changes:

Legend:
Removed from v.800  
changed lines
  Added in v.1180

  ViewVC Help
Powered by ViewVC