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

Diff of /libgig/trunk/ChangeLog

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

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

Legend:
Removed from v.666  
changed lines
  Added in v.1154

  ViewVC Help
Powered by ViewVC