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

Diff of /libgig/trunk/ChangeLog

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

revision 3723 by schoenebeck, Wed Jan 22 15:48:32 2020 UTC revision 3777 by schoenebeck, Sat May 23 19:55:32 2020 UTC
# Line 33  Version SVN trunk (?) Line 33  Version SVN trunk (?)
33      - Region::DeleteDimensionZone() and Region::SplitDimensionZone(): Fixed      - Region::DeleteDimensionZone() and Region::SplitDimensionZone(): Fixed
34        dimensions being in different order after deleting a dimension zone.        dimensions being in different order after deleting a dimension zone.
35      - Script: Generate a persistent UUID for each script.      - Script: Generate a persistent UUID for each script.
36        - GIG FORMAT EXTENSION: Added support for script 'patch' variables and
37          accordingly added new methods to Instrument class:
38          IsScriptPatchVariableSet(), GetScriptPatchVariables(),
39          GetScriptPatchVariable(), SetScriptPatchVariable(),
40          UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk
41          as child of our '3LS ' list chunk on Instrument level.
42    
43      * src/Serialization.cpp, src/Serialization.h:
44        - Fixed broken Archive(RawData) constructor which always threw an
45          Exception.
46        - Added built-in support for C++ String objects (a.k.a. std::string
47          from the STL) and bumped Srx format version to 1.1 for that reason.
48        - Fixed assertion fault on some systems if a member variable defined was
49          serialized which was declared as size_t or ssize_t data type.
50        - Added new method Archive::operation() which allows applications to
51          distinguish between serialization vs. deserialization in their
52          serialize() method implementations.
53        - Added built-in support for C++ Array<> objects (a.k.a. std::vector from
54          the STL).
55        - Member offsets are now signed and for (newly added support of) member
56          variables on the heap -1 is always used as offset instead.
57        - Added built-in support for C++ Set<> objects (a.k.a. std::set from the
58          STL).
59        - DataType: Added optional 2nd custom type name.
60        - Added built-in support for C++ Map<> objects (a.k.a. std::map from the
61          STL).
62    
63    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
64      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,

Legend:
Removed from v.3723  
changed lines
  Added in v.3777

  ViewVC Help
Powered by ViewVC