/[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 3959 by schoenebeck, Sat Jun 19 10:55:04 2021 UTC revision 3960 by schoenebeck, Sat Jun 19 10:58:51 2021 UTC
# Line 1313  namespace gig { Line 1313  namespace gig {
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(size_t slot);              std::map<String,String> GetScriptPatchVariables(size_t slot);
1316              String    GetScriptPatchVariable(int slot, String variable);              String    GetScriptPatchVariable(size_t 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 = "");
1319          protected:          protected:

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

  ViewVC Help
Powered by ViewVC