--- libgig/trunk/ChangeLog 2014/01/01 23:14:59 2495 +++ libgig/trunk/ChangeLog 2014/05/20 12:15:05 2564 @@ -9,6 +9,8 @@ - added "const" keyword to several methods - added new command line tool "gig2mono" - added man page for "sf2dump" + - added new command line tool "korgdump" (and a man page for it) + - added new command line tool "korg2gig" (and a man page for it) * SoundFont file format: - initial implementation @@ -16,6 +18,10 @@ - fixed GetEG1Sustain which didn't return correct value - bugfix: GetPan always returned -1, 0 or 1 + * KORG file format: + - initial support for sample based instruments in KORG's file format + (.KMP and .KSF files) + * src/gig.cpp: - bugfix: VCF velocity dynamic range and VCF velocity curve weren't saved correctly @@ -28,6 +34,18 @@ - bugfix: sample groups were sometimes created multiple times or with wrong textual group name - added new method File::AddContentOf() for merging .gig files + - GIG FORMAT EXTENSION: added additional MIDI controllers for leverage + controller types (only works with LinuxSampler & gigedit, will not + work with Gigasampler/GigaStudio) + - added new method File::GetGroup(String name) for getting group by name + - added new method Region::GetDimensionDefinition(dimension_t type) + - bugfix: don't alter region pointer in DimensionRegion::CopyAssign() + - added some more sanity checks in Region::AddDimension() + - added new method Region::DeleteDimensionZone(dimension_t, int) + - added new method Region::SplitDimensionZone(dimension_t, int) + - Fixed crash caused by Region::GetDimensionRegionByValue() that happened + with certain velocity split sounds under certain conditions (added bound + constraints to prevent that) * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() @@ -35,6 +53,7 @@ - added new method File::GetExtensionFile(int index) - added new method File::SetFileName() allowing to call File::Save() later on without passing a file name + - added inline helper methods overlaps() for struct range_t * src/RIFF.cpp, src/RIFF.h: - bugfix: avoid calling read() with count 0 when writing a file, @@ -45,10 +64,18 @@ - added new method File::SetFileName() allowing to call File::Save() later on without passing a file name - added new method File::IsNew() + - added support for loading RIFF-like files with a bit different layout + than "real" RIFF files (used for KORG format support) + - added new method Chunk::GetFile() + - added new method Chunk::GetLayout() * src/gigextract.cpp: - export sample loop, unity note and fine tune with libsndfile + * src/riftree.cpp: + - added more command line options for being able to also dump other kind + of file formats similar but not equal to the RIFF format + Version 3.3.0 (30 Jul 2009) * general changes: