/[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 2564 by schoenebeck, Tue May 20 12:15:05 2014 UTC
# Line 38  Version CVS HEAD (?) Line 38  Version CVS HEAD (?)
38        controller types (only works with LinuxSampler & gigedit, will not        controller types (only works with LinuxSampler & gigedit, will not
39        work with Gigasampler/GigaStudio)        work with Gigasampler/GigaStudio)
40      - added new method File::GetGroup(String name) for getting group by name      - 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 45  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,

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

  ViewVC Help
Powered by ViewVC