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

Diff of /libgig/trunk/ChangeLog

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

revision 2419 by persson, Sun Feb 24 08:58:11 2013 UTC revision 2571 by schoenebeck, Wed May 21 20:33:45 2014 UTC
# Line 5  Version CVS HEAD (?) Line 5  Version CVS HEAD (?)
5      - removed gcc 4.7 warnings      - removed gcc 4.7 warnings
6      - modernized configure script      - modernized configure script
7      - removed usage of deprecated Automake variable INCLUDES      - removed usage of deprecated Automake variable INCLUDES
8        - added new command line tool "gigmerge"
9        - added "const" keyword to several methods
10        - added new command line tool "gig2mono"
11        - added man page for "sf2dump"
12        - added new command line tool "korgdump" (and a man page for it)
13        - added new command line tool "korg2gig" (and a man page for it)
14        - moved source files of command line tools to new subdir src/tools
15    
16    * SoundFont file format    * SoundFont file format:
17      - initial implementation      - initial implementation
18      - changed region lookup API to avoid malloc in RT threads      - changed region lookup API to avoid malloc in RT threads
19      - fixed GetEG1Sustain which didn't return correct value      - fixed GetEG1Sustain which didn't return correct value
20      - bugfix: GetPan always returned -1, 0 or 1      - bugfix: GetPan always returned -1, 0 or 1
21    
22      * KORG file format:
23        - initial support for sample based instruments in KORG's file format
24          (.KMP and .KSF files)
25    
26    * src/gig.cpp:    * src/gig.cpp:
27      - bugfix: VCF velocity dynamic range and VCF velocity curve      - bugfix: VCF velocity dynamic range and VCF velocity curve
28        weren't saved correctly        weren't saved correctly
29      - implemented File::AddDuplicateInstrument()      - implemented File::AddDuplicateInstrument()
30      - bugfix: negative EG3 depth values were not correctly parsed or      - bugfix: negative EG3 depth values were not correctly parsed or
31        saved        saved
32        - added write support for CtrlTrigger midi rule
33        - added read and write support for Legato and Alternator midi
34          rules
35        - bugfix: sample groups were sometimes created multiple times or with
36          wrong textual group name
37        - added new method File::AddContentOf() for merging .gig files
38        - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage
39          controller types (only works with LinuxSampler & gigedit, will not
40          work with Gigasampler/GigaStudio)
41        - added new method File::GetGroup(String name) for getting group by name
42        - added new method Region::GetDimensionDefinition(dimension_t type)
43        - bugfix: don't alter region pointer in DimensionRegion::CopyAssign()
44        - added some more sanity checks in Region::AddDimension()
45        - added new method Region::DeleteDimensionZone(dimension_t, int)
46        - added new method Region::SplitDimensionZone(dimension_t, int)
47        - Fixed crash caused by Region::GetDimensionRegionByValue() that happened
48          with certain velocity split sounds under certain conditions (added bound
49          constraints to prevent that)
50    
51    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
52      - added new method File::GetFileName()      - added new method File::GetFileName()
53      - fixed minor "memory leak on exception" bug found with cppcheck      - fixed minor "memory leak on exception" bug found with cppcheck
54      - added new method File::GetExtensionFile(int index)      - added new method File::GetExtensionFile(int index)
55        - added new method File::SetFileName() allowing to call File::Save()
56          later on without passing a file name
57        - added inline helper methods overlaps() for struct range_t
58    
59    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
60      - bugfix: avoid calling read() with count 0 when writing a file,      - bugfix: avoid calling read() with count 0 when writing a file,
61        as this may hang on some systems        as this may hang on some systems
62      - fixed memory leak and memory handling errors when file loading      - fixed memory leak and memory handling errors when file loading
63        fails        fails
64        - added new method Chunk::ReadString
65        - added new method File::SetFileName() allowing to call File::Save()
66          later on without passing a file name
67        - added new method File::IsNew()
68        - added support for loading RIFF-like files with a bit different layout
69          than "real" RIFF files (used for KORG format support)
70        - added new method Chunk::GetFile()
71        - added new method Chunk::GetLayout()
72    
73      * src/gigextract.cpp:
74        - export sample loop, unity note and fine tune with libsndfile
75    
76      * src/riftree.cpp:
77        - added more command line options for being able to also dump other kind
78          of file formats similar but not equal to the RIFF format
79    
80  Version 3.3.0 (30 Jul 2009)  Version 3.3.0 (30 Jul 2009)
81    

Legend:
Removed from v.2419  
changed lines
  Added in v.2571

  ViewVC Help
Powered by ViewVC