/[svn]
ViewVC logotype

Revision 3731


Jump to revision: Previous Next
Author: schoenebeck
Date: Sat Feb 1 15:35:07 2020 UTC (4 years, 1 month ago)
Changed paths: 4
Log Message:
GIG FORMAT EXTENSION: Introducing support for 'patch' script variables.

* gig.cpp/.h: Added 5 new API methods to class gig::Instrument:
  IsScriptPatchVariableSet(), GetScriptPatchVariables(),
  GetScriptPatchVariable(), SetScriptPatchVariable(),
  UnsetScriptPatchVariable().

* gig.cpp: Store/restore values for those 'patch' variables persistently
  to/from a separate new 'SCPV' RIFF chunk as child of our own '3LS '
  RIFF list chunk (which we use for our own gig format extensions on
  Instrument level).

* Bumped version (4.2.0.svn8).



Changed paths

Path Details
Directorylibgig/trunk/ChangeLog modified , text changed
Directorylibgig/trunk/configure.ac modified , text changed
Directorylibgig/trunk/src/gig.cpp modified , text changed
Directorylibgig/trunk/src/gig.h modified , text changed

  ViewVC Help
Powered by ViewVC