/[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 3056 by schoenebeck, Fri Dec 16 12:57:59 2016 UTC revision 3073 by schoenebeck, Thu Jan 5 16:04:00 2017 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014-2016 Christian Schoenebeck   * Copyright (c) 2014-2017 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 757  namespace LinuxSampler { Line 757  namespace LinuxSampler {
757      public:      public:
758      };      };
759    
760        /** @brief Dynamically executed variable (of integer array data type).
761         *
762         * This is the base class for all built-in integer array script variables
763         * whose variable content needs to be provided dynamically by executable
764         * native code on each script variable access.
765         */
766        class VMDynIntArrayVar : virtual public VMDynVar, virtual public VMIntArrayExpr {
767        public:
768        };
769    
770      /** @brief Provider for built-in script functions and variables.      /** @brief Provider for built-in script functions and variables.
771       *       *
772       * Abstract base class defining the high-level interface for all classes       * Abstract base class defining the high-level interface for all classes

Legend:
Removed from v.3056  
changed lines
  Added in v.3073

  ViewVC Help
Powered by ViewVC