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

Diff of /libgig/trunk/ChangeLog

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

revision 2482 by schoenebeck, Mon Nov 25 02:22:38 2013 UTC revision 2564 by schoenebeck, Tue May 20 12:15:05 2014 UTC
# Line 7  Version CVS HEAD (?) Line 7  Version CVS HEAD (?)
7      - removed usage of deprecated Automake variable INCLUDES      - removed usage of deprecated Automake variable INCLUDES
8      - added new command line tool "gigmerge"      - added new command line tool "gigmerge"
9      - added "const" keyword to several methods      - 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    
15    * SoundFont file format:    * SoundFont file format:
16      - initial implementation      - initial implementation
# Line 14  Version CVS HEAD (?) Line 18  Version CVS HEAD (?)
18      - fixed GetEG1Sustain which didn't return correct value      - fixed GetEG1Sustain which didn't return correct value
19      - bugfix: GetPan always returned -1, 0 or 1      - bugfix: GetPan always returned -1, 0 or 1
20    
21      * KORG file format:
22        - initial support for sample based instruments in KORG's file format
23          (.KMP and .KSF files)
24    
25    * src/gig.cpp:    * src/gig.cpp:
26      - bugfix: VCF velocity dynamic range and VCF velocity curve      - bugfix: VCF velocity dynamic range and VCF velocity curve
27        weren't saved correctly        weren't saved correctly
# Line 26  Version CVS HEAD (?) Line 34  Version CVS HEAD (?)
34      - bugfix: sample groups were sometimes created multiple times or with      - bugfix: sample groups were sometimes created multiple times or with
35        wrong textual group name        wrong textual group name
36      - added new method File::AddContentOf() for merging .gig files      - added new method File::AddContentOf() for merging .gig files
37        - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage
38          controller types (only works with LinuxSampler & gigedit, will not
39          work with Gigasampler/GigaStudio)
40        - added new method File::GetGroup(String name) for getting group by name
41        - added new method Region::GetDimensionDefinition(dimension_t type)
42        - bugfix: don't alter region pointer in DimensionRegion::CopyAssign()
43        - added some more sanity checks in Region::AddDimension()
44        - added new method Region::DeleteDimensionZone(dimension_t, int)
45        - added new method Region::SplitDimensionZone(dimension_t, int)
46        - Fixed crash caused by Region::GetDimensionRegionByValue() that happened
47          with certain velocity split sounds under certain conditions (added bound
48          constraints to prevent that)
49    
50    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
51      - added new method File::GetFileName()      - added new method File::GetFileName()
# Line 33  Version CVS HEAD (?) Line 53  Version CVS HEAD (?)
53      - added new method File::GetExtensionFile(int index)      - added new method File::GetExtensionFile(int index)
54      - added new method File::SetFileName() allowing to call File::Save()      - added new method File::SetFileName() allowing to call File::Save()
55        later on without passing a file name        later on without passing a file name
56        - added inline helper methods overlaps() for struct range_t
57    
58    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
59      - bugfix: avoid calling read() with count 0 when writing a file,      - bugfix: avoid calling read() with count 0 when writing a file,
# Line 43  Version CVS HEAD (?) Line 64  Version CVS HEAD (?)
64      - added new method File::SetFileName() allowing to call File::Save()      - added new method File::SetFileName() allowing to call File::Save()
65        later on without passing a file name        later on without passing a file name
66      - added new method File::IsNew()      - added new method File::IsNew()
67        - added support for loading RIFF-like files with a bit different layout
68          than "real" RIFF files (used for KORG format support)
69        - added new method Chunk::GetFile()
70        - added new method Chunk::GetLayout()
71    
72    * src/gigextract.cpp:    * src/gigextract.cpp:
73      - export sample loop, unity note and fine tune with libsndfile      - export sample loop, unity note and fine tune with libsndfile
74    
75      * src/riftree.cpp:
76        - added more command line options for being able to also dump other kind
77          of file formats similar but not equal to the RIFF format
78    
79  Version 3.3.0 (30 Jul 2009)  Version 3.3.0 (30 Jul 2009)
80    
81    * general changes:    * general changes:

Legend:
Removed from v.2482  
changed lines
  Added in v.2564

  ViewVC Help
Powered by ViewVC