/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3463 by schoenebeck, Sun Feb 10 19:58:24 2019 UTC revision 3474 by schoenebeck, Wed Feb 20 16:04:19 2019 UTC
# Line 19  Version SVN trunk (?) Line 19  Version SVN trunk (?)
19        DimensionRegion::NoNoteOffReleaseTrigger which allows to disable the        DimensionRegion::NoNoteOffReleaseTrigger which allows to disable the
20        regular behaviour of playing release trigger sample on MIDI note-off        regular behaviour of playing release trigger sample on MIDI note-off
21        events.        events.
22        - Introduced support for writing extension files (.gx01, .gx02, ...)
23          (original patch by Ivan Maguidhir).
24    
25    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
26      - File: Fixed implicitly allocated RIFF::File object never been freed.      - File: Fixed implicitly allocated RIFF::File object never been freed.
# Line 27  Version SVN trunk (?) Line 29  Version SVN trunk (?)
29      - Hide pure internal declarations from header file to avoid numerous      - Hide pure internal declarations from header file to avoid numerous
30        compiler warnings when building and linking against the public API.        compiler warnings when building and linking against the public API.
31      - Fixed comparision logic bug      - Fixed comparision logic bug
32        - Fixed memory leak in DataType::customTypeName().
33    
34    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
35      - Fix: Calling File::SetMode() left an undefined file handle on Windows and      - Fix: Calling File::SetMode() left an undefined file handle on Windows and
36        caused a resource leak        caused a resource leak
37        - Avoid compiler warning when building for 32 bit windows.
38    
39    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
40      - Added command line option --instrument-names which causes only      - Added command line option --instrument-names which causes only

Legend:
Removed from v.3463  
changed lines
  Added in v.3474

  ViewVC Help
Powered by ViewVC