/[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 3957 by schoenebeck, Sat Jun 19 10:44:14 2021 UTC revision 3958 by schoenebeck, Sat Jun 19 10:48:12 2021 UTC
# Line 1311  namespace gig { Line 1311  namespace gig {
1311              size_t    ScriptSlotCount() const;              size_t    ScriptSlotCount() const;
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(int slot, String variable);              bool      IsScriptPatchVariableSet(size_t slot, String variable);
1315              std::map<String,String> GetScriptPatchVariables(int slot);              std::map<String,String> GetScriptPatchVariables(int 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);
# Line 1338  namespace gig { Line 1338  namespace gig {
1338              };              };
1339              typedef std::array<uint8_t,16> _UUID;              typedef std::array<uint8_t,16> _UUID;
1340              typedef std::map<String,String> _PatchVars;              typedef std::map<String,String> _PatchVars;
1341              typedef std::map<int,_PatchVars> _VarsBySlot;              typedef std::map<size_t,_PatchVars> _VarsBySlot;
1342              typedef std::map<_UUID,_VarsBySlot> _VarsByScript;              typedef std::map<_UUID,_VarsBySlot> _VarsByScript;
1343              MidiRule** pMidiRules;              MidiRule** pMidiRules;
1344              std::vector<_ScriptPooolEntry> scriptPoolFileOffsets;              std::vector<_ScriptPooolEntry> scriptPoolFileOffsets;

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

  ViewVC Help
Powered by ViewVC