/[svn]/linuxsampler/trunk/src/engines/gig/InstrumentScriptVM.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/InstrumentScriptVM.cpp

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

revision 3556 by schoenebeck, Sun May 28 14:46:14 2017 UTC revision 3557 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014 - 2017 Christian Schoenebeck   * Copyright (c) 2014 - 2019 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 19  namespace LinuxSampler { namespace gig { Line 19  namespace LinuxSampler { namespace gig {
19      {      {
20      }      }
21    
22      std::map<String,int> InstrumentScriptVM::builtInConstIntVariables() {      std::map<String,vmint> InstrumentScriptVM::builtInConstIntVariables() {
23          // first get built-in integer variables of derived VM class          // first get built-in integer variables of derived VM class
24          std::map<String,int> m =          std::map<String,vmint> m =
25              ::LinuxSampler::InstrumentScriptVM::builtInConstIntVariables();              ::LinuxSampler::InstrumentScriptVM::builtInConstIntVariables();
26    
27          // add own built-in script constants          // add own built-in script constants

Legend:
Removed from v.3556  
changed lines
  Added in v.3557

  ViewVC Help
Powered by ViewVC