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

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

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

revision 3563 by schoenebeck, Fri Aug 23 12:51:58 2019 UTC revision 3564 by schoenebeck, Sat Aug 24 09:18:57 2019 UTC
# Line 69  namespace LinuxSampler { Line 69  namespace LinuxSampler {
69          return type == VM_NO_UNIT;          return type == VM_NO_UNIT;
70      }      }
71    
72      bool VMFunction::acceptsArgUnitPrefix(vmint iArg) const {      bool VMFunction::acceptsArgUnitPrefix(vmint iArg, StdUnit_t type) const {
73          return false;          return false;
74      }      }
75    

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

  ViewVC Help
Powered by ViewVC