/[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 3585 by schoenebeck, Fri Aug 30 17:51:24 2019 UTC revision 3587 by schoenebeck, Sat Aug 31 12:08:49 2019 UTC
# Line 800  namespace LinuxSampler { Line 800  namespace LinuxSampler {
800           * argument passed to the function at runtime.           * argument passed to the function at runtime.
801           *           *
802           * @param i - function argument index (indexed from left to right)           * @param i - function argument index (indexed from left to right)
803             * @return requested function argument or NULL if @a i out of bounds
804           */           */
805          virtual VMExpr* arg(vmint i) = 0;          virtual VMExpr* arg(vmint i) = 0;
806      };      };

Legend:
Removed from v.3585  
changed lines
  Added in v.3587

  ViewVC Help
Powered by ViewVC