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

Diff of /libgig/trunk/ChangeLog

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

revision 1851 by schoenebeck, Sun Mar 1 22:08:32 2009 UTC revision 2989 by schoenebeck, Sat Sep 24 14:00:46 2016 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version SVN trunk
2      * general changes:
3        - removed 2 GB limitation when loading a gig or DLS file
4        - using now native integer size where appropriate
5    
6      * src/gig.cpp, src/gig.h:
7        - fixed bug in Script::SetGroup: the script chunk wasn't moved
8        - fixed compilation error with clang 3.4
9        - GIG FORMAT EXTENSION: added support for saving gig file larger than 4 GB
10          as one single monolithic gig file. In case .gig file is >= 2GB expect a
11          large monolithic file, otherwise if .gig file is < 2 GB check for
12          "extension" files (.gx01, .gx02, ...) instead.
13        - fixed Region::UpdateUpdateVelocityTable() which did not work correctly
14          if there were dimensions after the velocity dimension: it only created
15          valid velocity tables for cases of dimensions lower than the velocity
16          dimension.
17        - added new method Sample::VerifyWaveData() which allows to check whether
18          a sample had been damaged for some reason
19        - Fix: samples' CRC checksums were damaged on file structure changes.
20        - Fix: samples' CRC checksums were misordered when a Sample was deleted.
21        - Added new method Sample::GetWaveDataCRC32Checksum().
22    
23      * src/DLS.cpp, src/DLS.h:
24        - Sample: wave pool offsets are now 64 bits (to allow support for files
25          larger than 4 GB).
26          
27      * src/RIFF.cpp, src/RIFF.h:
28        - added support for RIFF files larger than 4 GB, by default the required
29          internal RIFF file offset size is automatically detected (that is RIFF
30          files < 4 GB automatically use 32 bit offsets while files >= 4 GB
31          automatically use 64 bit offsets), a particular offset size can be forced
32          with a new option added to the RIFF File constructor though
33        - when saving a modified, grown RIFF file, the temporary file size during
34          Save() operation will no longer be larger than the final grown file size
35    
36      * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:
37        - improved output of non-ascii characters in usage messages
38        - fixed printf format strings
39    
40      * src/tools/korg2gig.cpp:
41        - fixed c++11 narrowing warnings
42        - fixed fine tuning which was not translated at all
43    
44      * src/tools/gigdump.cpp:
45        - additionally print VelocityUpperLimit and DimensionUpperLimits of all
46          dimension regions
47        - additionally print RIFF chunk file offset and RIFF chunk size of sample
48          data
49        - added and implemented new parameter "--verify" which allows to check
50          the raw wave form data integrity of all samples
51        - added and implemented new parameter "--rebuild-checksums" which allows
52          to recalculate the CRC32 checksum of all samples' raw wave data and
53          rebuilding the gig file's global checksum table (i.e. in case the
54          file's checksum table was damaged)
55        - print samples' CRC32 checksums
56    
57      * src/tools/gigextract.cpp:
58        - Fix: if sample name contains a path separator (slash or backslash) then
59          replace them by a minus sign to avoid file system issues.
60    
61      * packaging changes:
62        - Automake: set environment variable GCC_COLORS=auto to allow GCC to
63          auto detect whether it (sh/c)ould output its messages in color.
64    
65    Version 4.0.0 (14 Jul 2015)
66      * general changes:
67        - minor Makefile fix for parallel make
68        - Mac OS X: link with CoreFoundation (for the UUID function)
69        - removed gcc 4.7 warnings
70        - modernized configure script
71        - removed usage of deprecated Automake variable INCLUDES
72        - added new command line tool "gigmerge"
73        - added "const" keyword to several methods
74        - added new command line tool "gig2mono"
75        - added man page for "sf2dump"
76        - added new command line tool "korgdump" (and a man page for it)
77        - added new command line tool "korg2gig" (and a man page for it)
78        - moved source files of command line tools to new subdir src/tools
79        - libgig.so and libakai.so files are now installed under
80          $(prefix)/lib/libgig/ by default.
81        - Header files are now installed under $(prefix)/include/libgig/ by default.
82        - Fixed various packaging issues regarding installation directories
83          (fixes #218).
84        - added new command line tool "gig2stereo" (and a man page for it)
85        - unit tests: fixed wrong return value when test suite app exits
86          (patch by Ryan Schmidt)
87        - added new command line tool "sf2extract" (and a man page for it)
88    
89      * SoundFont file format:
90        - initial implementation
91        - changed region lookup API to avoid malloc in RT threads
92        - fixed GetEG1Sustain which didn't return correct value
93        - bugfix: GetPan always returned -1, 0 or 1
94    
95      * KORG file format:
96        - initial support for sample based instruments in KORG's file format
97          (.KMP and .KSF files)
98    
99      * AKAI file format:
100        - Added Linux/POSIX ported version of libakai. Note that libakai is released
101          under LGPL terms while libgig is released under GPL terms. To handle this
102          license difference appropriately the AKAI support part is built as
103          separate DLL (.so file).
104        - Fixed Mac OSX support so that the Akai lib files and tools compile without
105          any exotic third party libraries.
106        - Fixed various compilation errors for Windows.
107        - POSIX fix: open() requires third (mode) argument if used with O_CREAT
108          (fixes #219).
109    
110      * src/gig.cpp:
111        - bugfix: VCF velocity dynamic range and VCF velocity curve
112          weren't saved correctly
113        - implemented File::AddDuplicateInstrument()
114        - bugfix: negative EG3 depth values were not correctly parsed or
115          saved
116        - added write support for CtrlTrigger midi rule
117        - added read and write support for Legato and Alternator midi
118          rules
119        - bugfix: sample groups were sometimes created multiple times or with
120          wrong textual group name
121        - added new method File::AddContentOf() for merging .gig files
122        - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage
123          controller types (only works with LinuxSampler & gigedit, will not
124          work with Gigasampler/GigaStudio)
125        - added new method File::GetGroup(String name) for getting group by name
126        - added new method Region::GetDimensionDefinition(dimension_t type)
127        - bugfix: don't alter region pointer in DimensionRegion::CopyAssign()
128        - added some more sanity checks in Region::AddDimension()
129        - added new method Region::DeleteDimensionZone(dimension_t, int)
130        - added new method Region::SplitDimensionZone(dimension_t, int)
131        - Fixed crash caused by Region::GetDimensionRegionByValue() that happened
132          with certain velocity split sounds under certain conditions (added bound
133          constraints to prevent that)
134        - GIG FORMAT EXTENSION: added support for real-time instrument scripts.
135        - added new method Region::GetDimensionRegionIndexByValue()
136        - added new method Script::GetGroup()
137        - added new method Region::SetDimensionType()
138        - Added support for custom progress notification while saving to gig file.
139        - Bugfix: Adding a new region in between two existing regions caused the
140          new one being dropped after save operation and the gig file being tainted
141          (chunks at wrong location in the RIFF tree).
142        - Added new method Instrument::MoveTo() which allows to rearrange the order
143          of instruments within the same gig file.
144    
145      * src/DLS.cpp, src/DLS.h:
146        - added new method File::GetFileName()
147        - fixed minor "memory leak on exception" bug found with cppcheck
148        - added new method File::GetExtensionFile(int index)
149        - added new method File::SetFileName() allowing to call File::Save()
150          later on without passing a file name
151        - added inline helper methods overlaps() for struct range_t
152        - Added support for custom progress notification while saving to DLS file.
153        - Bugfix: Adding a new region in between two existing regions caused the
154          new one being dropped after save operation and the gig file being tainted
155          (chunks at wrong location in the RIFF tree).
156    
157      * src/SF.cpp, src/SF.h:
158        - added new method Sample::ReadNoClear()
159    
160      * src/RIFF.cpp, src/RIFF.h:
161        - bugfix: avoid calling read() with count 0 when writing a file,
162          as this may hang on some systems
163        - fixed memory leak and memory handling errors when file loading
164          fails
165        - added new method Chunk::ReadString
166        - added new method File::SetFileName() allowing to call File::Save()
167          later on without passing a file name
168        - added new method File::IsNew()
169        - added support for loading RIFF-like files with a bit different layout
170          than "real" RIFF files (used for KORG format support)
171        - added new method Chunk::GetFile()
172        - added new method Chunk::GetLayout()
173        - added 2nd, alternative method for List::MoveSubChunk(), the old 1st one
174          allows to move a subchunk within the current List, whereas the new 2nd
175          one allows to move the subchunk from the current list to another list
176        - POSIX: only assume -1 result value as error on open() calls
177        - POSIX: show operating system's error reason if opening a file failed
178        - Added support for custom progress notification while saving to RIFF file.
179        - Fixed embarrassing old bug: POSIX read() errors were never detected on
180          Chunk::Read() calls due to signment incompatible variable.
181        - Cleanup of an old DLL binary backward compatibility hack.
182    
183      * src/gigextract.cpp:
184        - export sample loop, unity note and fine tune with libsndfile
185    
186      * src/riftree.cpp:
187        - added more command line options for being able to also dump other kind
188          of file formats similar but not equal to the RIFF format
189    
190    Version 3.3.0 (30 Jul 2009)
191    
192    * general changes:    * general changes:
193      - fixed compilation with gcc 4.3      - fixed compilation with gcc 4.3
194        - fixes for building with Visual C++
195        - minor fix in configure for building DLL on Windows
196    
197    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
198      - added partial support for MIDI rules, only the Controller      - added partial support for MIDI rules, only the Controller
# Line 9  Version CVS HEAD (?) Line 200  Version CVS HEAD (?)
200      - bugfix: removed another iterator invalidation in DeleteSample      - bugfix: removed another iterator invalidation in DeleteSample
201      - bugfix in Sample::LoadSampleData*(): reset sample read position to      - bugfix in Sample::LoadSampleData*(): reset sample read position to
202        sample start before trying to (re)load sample data from file (#82)        sample start before trying to (re)load sample data from file (#82)
203        - bugfix: EG3 depth parameter was not saved correctly
204        - fixed crash which occured when streaming a gig sample with
205          bi-directional (a.k.a. 'pingpong') loop type (fixes #102)
206    
207    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
208      - bugfix: saving to the same file after the file size had been      - bugfix: saving to the same file after the file size had been
209        increased made the file corrupt (#82)        increased made the file corrupt (#82)
210      - bugfix: refuse Chunk::Read() in case chunk has just been added, that      - bugfix: refuse Chunk::Read() in case chunk has just been added, that
211        is not written physically yet (#82)        is not written physically yet (#82)
212        - bugfix: saving to the same file after the file size had been
213          decreased sometimes also made the file corrupt!
214        - bugfix: undefined behavior (e.g. endless loop) when opening zero
215          length files, now throws a RIFF::Exception instead (fixes bug #121)
216        - bugfix: destructor for base class RIFF::Chunk accessed members
217          of derived class RIFF::File, which is bad, and caused crashes
218          when using Visual C++
219        - bugfix: files that contain zero length RIFF lists were not read
220          correctly (fixes #127) (bug was introduced 2009-03-13)
221    
222  Version 3.2.1 (5 Dec 2007)  Version 3.2.1 (5 Dec 2007)
223    

Legend:
Removed from v.1851  
changed lines
  Added in v.2989

  ViewVC Help
Powered by ViewVC