/[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 2727 by schoenebeck, Tue Mar 31 17:46:11 2015 UTC revision 2728 by schoenebeck, Tue Mar 31 17:51:10 2015 UTC
# Line 88  namespace LinuxSampler { Line 88  namespace LinuxSampler {
88           * only.           * only.
89           *           *
90           * @param context - parsed represenation of the script           * @param context - parsed represenation of the script
91             * @see loadScript()
92           */           */
93          void dumpParsedScript(VMParserContext* context);          void dumpParsedScript(VMParserContext* context);
94    
# Line 97  namespace LinuxSampler { Line 98  namespace LinuxSampler {
98           * general real-time design of this virtual machine, the VM execution           * general real-time design of this virtual machine, the VM execution
99           * context differs for every script. So you must (re)create the           * context differs for every script. So you must (re)create the
100           * execution context for each script being loaded.           * execution context for each script being loaded.
101             *
102             * @param parserContext - parsed represenation of the script
103             * @see loadScript()
104           */           */
105          VMExecContext* createExecContext(VMParserContext* parserContext);          VMExecContext* createExecContext(VMParserContext* parserContext);
106    
# Line 115  namespace LinuxSampler { Line 119  namespace LinuxSampler {
119           * wait() function). You must check the return value of this method to           * wait() function). You must check the return value of this method to
120           * find out which case applies.           * find out which case applies.
121           *           *
122           * @param parserContext - parsed represenation of the script           * @param parserContext - parsed represenation of the script (see loadScript())
123           * @param execContext - VM execution context (see createExecContext())           * @param execContext - VM execution context (see createExecContext())
124           * @param handler - precise event handler (i.e. "on note ... end on"           * @param handler - precise event handler (i.e. "on note ... end on"
125           *                  code block) to be executed           *                  code block) to be executed

Legend:
Removed from v.2727  
changed lines
  Added in v.2728

  ViewVC Help
Powered by ViewVC