/[svn]/linuxsampler/trunk/src/scriptvm/common.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/common.h

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

revision 2619 by schoenebeck, Wed Jun 11 13:24:32 2014 UTC revision 2630 by schoenebeck, Fri Jun 13 15:01:06 2014 UTC
# Line 82  namespace LinuxSampler { Line 82  namespace LinuxSampler {
82      public:      public:
83          virtual int evalIntElement(uint i) = 0;          virtual int evalIntElement(uint i) = 0;
84          virtual void assignIntElement(uint i, int value) = 0;          virtual void assignIntElement(uint i, int value) = 0;
85            ExprType_t exprType() const { return INT_ARR_EXPR; }
86      };      };
87    
88      class VMFnArgs {      class VMFnArgs {

Legend:
Removed from v.2619  
changed lines
  Added in v.2630

  ViewVC Help
Powered by ViewVC