--- libgig/trunk/ChangeLog 2018/05/08 18:45:28 3425 +++ libgig/trunk/ChangeLog 2018/12/22 18:59:29 3442 @@ -8,6 +8,13 @@ \n chars). - Added new method File::CountSamples(). - Added new method File::CountInstruments(). + - Fixed gig v4 files falsely being handled as v2 format + (patch by Ivan Maguidhir). + - Added gig v4 version identifier (File::VERSION_4). + - GIG FORMAT EXTENSION: Added attribute + DimensionRegion::SustainReleaseTrigger which allows to define whether + a sustain pedal up event shall cause a release trigger sample to be + played (default: don't play release trigger sample by sustain pedal). * src/Serialization.cpp, src/Serialization.h: - Hide pure internal declarations from header file to avoid numerous