/[svn]/linuxsampler/trunk/src/engines/gig/InstrumentScriptVMFunctions.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/InstrumentScriptVMFunctions.h

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

revision 2629 by schoenebeck, Sat Jun 7 00:16:03 2014 UTC revision 2630 by schoenebeck, Fri Jun 13 15:01:06 2014 UTC
# Line 26  namespace LinuxSampler { namespace gig { Line 26  namespace LinuxSampler { namespace gig {
26          InstrumentScriptVMFunction_gig_set_dim_zone(InstrumentScriptVM* parent);          InstrumentScriptVMFunction_gig_set_dim_zone(InstrumentScriptVM* parent);
27          int minRequiredArgs() const { return 3; }          int minRequiredArgs() const { return 3; }
28          int maxAllowedArgs() const { return 3; }          int maxAllowedArgs() const { return 3; }
29          bool acceptsArgType(int iArg, ExprType_t type) const { return type == INT_EXPR;}          bool acceptsArgType(int iArg, ExprType_t type) const;
30          ExprType_t argType(int iArg) const { return INT_EXPR; }          ExprType_t argType(int iArg) const { return INT_EXPR; }
31          VMFnResult* exec(VMFnArgs* args);          VMFnResult* exec(VMFnArgs* args);
32      protected:      protected:

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

  ViewVC Help
Powered by ViewVC