/[svn]/linuxsampler/trunk/src/scriptvm/ScriptVM.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/ScriptVM.h

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

revision 3551 by schoenebeck, Thu Aug 1 10:22:56 2019 UTC revision 3557 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC
# Line 191  namespace LinuxSampler { Line 191  namespace LinuxSampler {
191           * This method is re-implemented by deriving classes to add more use           * This method is re-implemented by deriving classes to add more use
192           * case specific built-in variables.           * case specific built-in variables.
193           */           */
194          std::map<String,VMIntRelPtr*> builtInIntVariables() OVERRIDE;          std::map<String,VMIntPtr*> builtInIntVariables() OVERRIDE;
195    
196          /**          /**
197           * Returns all built-in (8 bit) integer array script variables. This           * Returns all built-in (8 bit) integer array script variables. This
# Line 227  namespace LinuxSampler { Line 227  namespace LinuxSampler {
227           * DECLARE_VMINT_READONLY() to define the variable for read-only           * DECLARE_VMINT_READONLY() to define the variable for read-only
228           * access by scripts.           * access by scripts.
229           */           */
230          std::map<String,int> builtInConstIntVariables() OVERRIDE;          std::map<String,vmint> builtInConstIntVariables() OVERRIDE;
231    
232          /**          /**
233           * Returns all built-in dynamic variables. This method returns a STL           * Returns all built-in dynamic variables. This method returns a STL

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

  ViewVC Help
Powered by ViewVC