/[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 2727 by schoenebeck, Tue Mar 31 17:46:11 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 341  namespace LinuxSampler { Line 341  namespace LinuxSampler {
341           * Script data type of the function's @c iArg 'th function argument.           * Script data type of the function's @c iArg 'th function argument.
342           * The information provided here is less strong than acceptsArgType().           * The information provided here is less strong than acceptsArgType().
343           * The parser will compare argument data types provided in scripts by           * The parser will compare argument data types provided in scripts by
344           * calling cceptsArgType(). The return value of argType() is used by the           * calling acceptsArgType(). The return value of argType() is used by the
345           * parser instead to show an appropriate parser error which data type           * parser instead to show an appropriate parser error which data type
346           * this function usually expects as "default" data type. Reason: a           * this function usually expects as "default" data type. Reason: a
347           * function may accept multiple data types for a certain function           * function may accept multiple data types for a certain function
# Line 604  namespace LinuxSampler { Line 604  namespace LinuxSampler {
604           * engine) which is using the virtual machine classes here, must take           * engine) which is using the virtual machine classes here, must take
605           * care by itself about taking time stamps, determining the script           * care by itself about taking time stamps, determining the script
606           * handlers that shall be put aside for the requested amount of           * handlers that shall be put aside for the requested amount of
607           * microseconds indicated by this method by comparing the time stamps in           * microseconds, indicated by this method by comparing the time stamps in
608           * real-time, and to continue passing the respective handler to           * real-time, and to continue passing the respective handler to
609           * ScriptVM::exec() as soon as its suspension exceeded, etc. Or in other           * ScriptVM::exec() as soon as its suspension exceeded, etc. Or in other
610           * words: all classes in this directory never have an idea what time it           * words: all classes in this directory never have an idea what time it

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

  ViewVC Help
Powered by ViewVC