/[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 2571 by schoenebeck, Wed May 21 20:33:45 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 38  Version CVS HEAD (?) Line 39  Version CVS HEAD (?)
39        controller types (only works with LinuxSampler & gigedit, will not        controller types (only works with LinuxSampler & gigedit, will not
40        work with Gigasampler/GigaStudio)        work with Gigasampler/GigaStudio)
41      - added new method File::GetGroup(String name) for getting group by name      - 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()
# Line 45  Version CVS HEAD (?) Line 54  Version CVS HEAD (?)
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()      - added new method File::SetFileName() allowing to call File::Save()
56        later on without passing a file name        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,

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

  ViewVC Help
Powered by ViewVC