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

Diff of /libgig/trunk/ChangeLog

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

revision 3776 by schoenebeck, Sat May 23 19:26:07 2020 UTC revision 3799 by schoenebeck, Sat Jul 25 09:28:56 2020 UTC
# Line 39  Version SVN trunk (?) Line 39  Version SVN trunk (?)
39        GetScriptPatchVariable(), SetScriptPatchVariable(),        GetScriptPatchVariable(), SetScriptPatchVariable(),
40        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk
41        as child of our '3LS ' list chunk on Instrument level.        as child of our '3LS ' list chunk on Instrument level.
42        - Fixed undefined behaviour when modifying script slots on an instrument
43          that had been cloned and not been saved yet (e.g. unintended modification
44          of original instrument's script slots, and crash on Instrument destruction
45          due to double free of pScriptRefs).
46    
47    * src/Serialization.cpp, src/Serialization.h:    * src/Serialization.cpp, src/Serialization.h:
48      - Fixed broken Archive(RawData) constructor which always threw an      - Fixed broken Archive(RawData) constructor which always threw an
# Line 56  Version SVN trunk (?) Line 60  Version SVN trunk (?)
60        variables on the heap -1 is always used as offset instead.        variables on the heap -1 is always used as offset instead.
61      - Added built-in support for C++ Set<> objects (a.k.a. std::set from the      - Added built-in support for C++ Set<> objects (a.k.a. std::set from the
62        STL).        STL).
63        - DataType: Added optional 2nd custom type name.
64        - Added built-in support for C++ Map<> objects (a.k.a. std::map from the
65          STL).
66    
67    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
68      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,

Legend:
Removed from v.3776  
changed lines
  Added in v.3799

  ViewVC Help
Powered by ViewVC