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

Diff of /libgig/trunk/ChangeLog

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

revision 3774 by schoenebeck, Tue May 19 14:55:48 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 50  Version SVN trunk (?) Line 54  Version SVN trunk (?)
54      - Added new method Archive::operation() which allows applications to      - Added new method Archive::operation() which allows applications to
55        distinguish between serialization vs. deserialization in their        distinguish between serialization vs. deserialization in their
56        serialize() method implementations.        serialize() method implementations.
57        - Added built-in support for C++ Array<> objects (a.k.a. std::vector from
58          the STL).
59        - Member offsets are now signed and for (newly added support of) member
60          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
62          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.3774  
changed lines
  Added in v.3799

  ViewVC Help
Powered by ViewVC