/[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 3958 by schoenebeck, Sat Jun 19 10:48:12 2021 UTC revision 3959 by schoenebeck, Sat Jun 19 10:55:04 2021 UTC
# Line 1312  namespace gig { Line 1312  namespace gig {
1312              bool      IsScriptSlotBypassed(size_t index);              bool      IsScriptSlotBypassed(size_t index);
1313              void      SetScriptSlotBypassed(size_t index, bool bBypass);              void      SetScriptSlotBypassed(size_t index, bool bBypass);
1314              bool      IsScriptPatchVariableSet(size_t slot, String variable);              bool      IsScriptPatchVariableSet(size_t slot, String variable);
1315              std::map<String,String> GetScriptPatchVariables(int slot);              std::map<String,String> GetScriptPatchVariables(size_t slot);
1316              String    GetScriptPatchVariable(int slot, String variable);              String    GetScriptPatchVariable(int slot, String variable);
1317              void      SetScriptPatchVariable(int slot, String variable, String value);              void      SetScriptPatchVariable(int slot, String variable, String value);
1318              void      UnsetScriptPatchVariable(int slot = -1, String variable = "");              void      UnsetScriptPatchVariable(int slot = -1, String variable = "");

Legend:
Removed from v.3958  
changed lines
  Added in v.3959

  ViewVC Help
Powered by ViewVC