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

Diff of /libgig/trunk/ChangeLog

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

revision 3468 by persson, Tue Feb 12 18:54:40 2019 UTC revision 3476 by schoenebeck, Wed Feb 20 19:12:49 2019 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version SVN trunk (?)
2    
3      * general changes:
4        - Added MSVC build support (anonymous patch from mailing list).
5        - Introduced CMake build support (yet constrained for building with MSVC)
6          (anonymous patch from mailing list).
7    
8    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
9      - Fixed Doxygen API comments for enum types (currently latest Doxygen      - Fixed Doxygen API comments for enum types (currently latest Doxygen
10        [v1.8.13] only supports C comments in macro arguments expansion, but        [v1.8.13] only supports C comments in macro arguments expansion, but
# Line 19  Version SVN trunk (?) Line 24  Version SVN trunk (?)
24        DimensionRegion::NoNoteOffReleaseTrigger which allows to disable the        DimensionRegion::NoNoteOffReleaseTrigger which allows to disable the
25        regular behaviour of playing release trigger sample on MIDI note-off        regular behaviour of playing release trigger sample on MIDI note-off
26        events.        events.
27        - Introduced support for writing extension files (.gx01, .gx02, ...)
28          (original patch by Ivan Maguidhir).
29    
30    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
31      - File: Fixed implicitly allocated RIFF::File object never been freed.      - File: Fixed implicitly allocated RIFF::File object never been freed.

Legend:
Removed from v.3468  
changed lines
  Added in v.3476

  ViewVC Help
Powered by ViewVC