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

Diff of /libgig/trunk/ChangeLog

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

revision 2543 by schoenebeck, Sat May 10 02:06:58 2014 UTC revision 2574 by schoenebeck, Thu May 22 15:54:02 2014 UTC
# Line 11  Version CVS HEAD (?) Line 11  Version CVS HEAD (?)
11      - added man page for "sf2dump"      - added man page for "sf2dump"
12      - added new command line tool "korgdump" (and a man page for it)      - 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)      - 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
# Line 22  Version CVS HEAD (?) Line 23  Version CVS HEAD (?)
23      - initial support for sample based instruments in KORG's file format      - initial support for sample based instruments in KORG's file format
24        (.KMP and .KSF files)        (.KMP and .KSF files)
25    
26      * AKAI file format:
27        - Added Linux/POSIX ported version of libakai. Note that libakai is released
28          under LGPL terms while libgig is released under GPL terms. To handle this
29          license difference appropriately the AKAI support part is built as
30          separate DLL (.so file).
31        - Fixed Mac OSX support so that the Akai lib files and tools compile without
32          any exotic third party libraries.
33        - Fixed various compilation errors for Windows.
34    
35    * src/gig.cpp:    * src/gig.cpp:
36      - bugfix: VCF velocity dynamic range and VCF velocity curve      - bugfix: VCF velocity dynamic range and VCF velocity curve
37        weren't saved correctly        weren't saved correctly
# Line 38  Version CVS HEAD (?) Line 48  Version CVS HEAD (?)
48        controller types (only works with LinuxSampler & gigedit, will not        controller types (only works with LinuxSampler & gigedit, will not
49        work with Gigasampler/GigaStudio)        work with Gigasampler/GigaStudio)
50      - added new method File::GetGroup(String name) for getting group by name      - added new method File::GetGroup(String name) for getting group by name
51        - added new method Region::GetDimensionDefinition(dimension_t type)
52        - bugfix: don't alter region pointer in DimensionRegion::CopyAssign()
53        - added some more sanity checks in Region::AddDimension()
54        - added new method Region::DeleteDimensionZone(dimension_t, int)
55        - added new method Region::SplitDimensionZone(dimension_t, int)
56        - Fixed crash caused by Region::GetDimensionRegionByValue() that happened
57          with certain velocity split sounds under certain conditions (added bound
58          constraints to prevent that)
59    
60    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
61      - added new method File::GetFileName()      - added new method File::GetFileName()
# Line 45  Version CVS HEAD (?) Line 63  Version CVS HEAD (?)
63      - added new method File::GetExtensionFile(int index)      - added new method File::GetExtensionFile(int index)
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 inline helper methods overlaps() for struct range_t
67    
68    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
69      - bugfix: avoid calling read() with count 0 when writing a file,      - bugfix: avoid calling read() with count 0 when writing a file,

Legend:
Removed from v.2543  
changed lines
  Added in v.2574

  ViewVC Help
Powered by ViewVC