/[svn]/linuxsampler/trunk/src/engines/sfz/InstrumentScriptVM.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/InstrumentScriptVM.h

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

revision 3556 by schoenebeck, Mon Jan 9 18:39:35 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 27  namespace LinuxSampler { namespace sfz { Line 27  namespace LinuxSampler { namespace sfz {
27      public:      public:
28          InstrumentScriptVM();          InstrumentScriptVM();
29          //VMFunction* functionByName(const String& name) OVERRIDE;          //VMFunction* functionByName(const String& name) OVERRIDE;
30          //std::map<String,VMIntRelPtr*> builtInIntVariables() OVERRIDE;          //std::map<String,VMIntPtr*> builtInIntVariables() OVERRIDE;
31          //std::map<String,VMInt8Array*> builtInIntArrayVariables() OVERRIDE;          //std::map<String,VMInt8Array*> builtInIntArrayVariables() OVERRIDE;
32          //std::map<String,int> builtInConstIntVariables() OVERRIDE;          //std::map<String,vmint> builtInConstIntVariables() OVERRIDE;
33      };      };
34    
35  }} // namespace LinuxSampler::sfz  }} // namespace LinuxSampler::sfz

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

  ViewVC Help
Powered by ViewVC