/[svn]/libgig/trunk/src/gig.h
ViewVC logotype

Diff of /libgig/trunk/src/gig.h

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

revision 3960 by schoenebeck, Sat Jun 19 10:58:51 2021 UTC revision 3961 by schoenebeck, Sat Jun 19 11:01:40 2021 UTC
# Line 1314  namespace gig { Line 1314  namespace gig {
1314              bool      IsScriptPatchVariableSet(size_t slot, String variable);              bool      IsScriptPatchVariableSet(size_t slot, String variable);
1315              std::map<String,String> GetScriptPatchVariables(size_t slot);              std::map<String,String> GetScriptPatchVariables(size_t slot);
1316              String    GetScriptPatchVariable(size_t slot, String variable);              String    GetScriptPatchVariable(size_t slot, String variable);
1317              void      SetScriptPatchVariable(int slot, String variable, String value);              void      SetScriptPatchVariable(size_t slot, String variable, String value);
1318              void      UnsetScriptPatchVariable(int slot = -1, String variable = "");              void      UnsetScriptPatchVariable(int slot = -1, String variable = "");
1319          protected:          protected:
1320              Region*   RegionKeyTable[128]; ///< fast lookup for the corresponding Region of a MIDI key              Region*   RegionKeyTable[128]; ///< fast lookup for the corresponding Region of a MIDI key

Legend:
Removed from v.3960  
changed lines
  Added in v.3961

  ViewVC Help
Powered by ViewVC