/[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 3562 by schoenebeck, Fri Aug 23 12:51:58 2019 UTC revision 3564 by schoenebeck, Sat Aug 24 09:18:57 2019 UTC
# Line 630  namespace LinuxSampler { Line 630  namespace LinuxSampler {
630           *           *
631           * @param iArg - index of the function argument in question           * @param iArg - index of the function argument in question
632           *               (must be between 0 .. maxAllowedArgs() - 1)           *               (must be between 0 .. maxAllowedArgs() - 1)
633             * @param type - standard measurement unit data type used for that
634             *               function argument by currently parsed script
635           *           *
636           * @return true if a metric prefix would be accepted for the respective           * @return true if a metric prefix would be accepted for the respective
637           *         function argument by this function           *         function argument by this function
638           *           *
639           * @see MetricPrefix_t           * @see MetricPrefix_t
640           */           */
641          virtual bool acceptsArgUnitPrefix(vmint iArg) const;          virtual bool acceptsArgUnitPrefix(vmint iArg, StdUnit_t type) const;
642    
643          /**          /**
644           * This method is called by the parser to check whether arguments           * This method is called by the parser to check whether arguments

Legend:
Removed from v.3562  
changed lines
  Added in v.3564

  ViewVC Help
Powered by ViewVC