--- libgig/trunk/ChangeLog 2013/09/05 03:01:51 2465 +++ libgig/trunk/ChangeLog 2014/05/16 23:08:42 2555 @@ -5,6 +5,12 @@ - removed gcc 4.7 warnings - modernized configure script - removed usage of deprecated Automake variable INCLUDES + - added new command line tool "gigmerge" + - 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 @@ -12,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 @@ -21,11 +31,26 @@ - added write support for CtrlTrigger midi rule - added read and write support for Legato and Alternator midi rules + - 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) * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() - fixed minor "memory leak on exception" bug found with cppcheck - 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, @@ -33,10 +58,21 @@ - fixed memory leak and memory handling errors when file loading fails - added new method Chunk::ReadString + - 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: