/[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 2870 by schoenebeck, Tue Mar 31 17:56:21 2015 UTC revision 2871 by schoenebeck, Sun Apr 10 18:22:23 2016 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014-2015 Christian Schoenebeck   * Copyright (c) 2014-2016 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 114  namespace LinuxSampler { Line 114  namespace LinuxSampler {
114           * This method usually blocks until the entire script event handler           * This method usually blocks until the entire script event handler
115           * block has been executed completely. It may however also return before           * block has been executed completely. It may however also return before
116           * completion if either a) a script runtime error occurred or b) the           * completion if either a) a script runtime error occurred or b) the
117           * script was suspened by the VM (either because script execution           * script was suspended by the VM (either because script execution
118           * exceeded a certain limit of time or the script called the built-in           * exceeded a certain limit of time or the script called the built-in
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.

Legend:
Removed from v.2870  
changed lines
  Added in v.2871

  ViewVC Help
Powered by ViewVC