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

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

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

revision 2600 by schoenebeck, Sat Jun 7 00:16:03 2014 UTC revision 3228 by schoenebeck, Sun May 28 14:46:14 2017 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014 Christian Schoenebeck   * Copyright (c) 2014 - 2017 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 32  namespace LinuxSampler { namespace gig { Line 32  namespace LinuxSampler { namespace gig {
32          std::map<String,int> builtInConstIntVariables() OVERRIDE;          std::map<String,int> builtInConstIntVariables() OVERRIDE;
33      protected:      protected:
34          InstrumentScriptVMFunction_gig_set_dim_zone   m_fnGigSetDimZone;          InstrumentScriptVMFunction_gig_set_dim_zone   m_fnGigSetDimZone;
35            InstrumentScriptVMFunction_same_region        m_fnSameRegion;
36    
37          friend class InstrumentScriptVMFunction_gig_set_dim_zone;          friend class InstrumentScriptVMFunction_gig_set_dim_zone;
38            friend class InstrumentScriptVMFunction_same_region;
39      };      };
40    
41  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.2600  
changed lines
  Added in v.3228

  ViewVC Help
Powered by ViewVC