/[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 3844 by schoenebeck, Thu Aug 6 12:15:02 2020 UTC revision 3845 by schoenebeck, Tue Jan 5 20:42:32 2021 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014-2020 Christian Schoenebeck   * Copyright (c) 2014-2021 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 1683  namespace LinuxSampler { Line 1683  namespace LinuxSampler {
1683          virtual void resetPolyphonicData() = 0;          virtual void resetPolyphonicData() = 0;
1684    
1685          /**          /**
1686             * Copies all polyphonic variables from the passed source object to this
1687             * destination object.
1688             *
1689             * @param ectx - source object to be copied from
1690             */
1691            virtual void copyPolyphonicDataFrom(VMExecContext* ectx) = 0;
1692    
1693            /**
1694           * Returns amount of virtual machine instructions which have been           * Returns amount of virtual machine instructions which have been
1695           * performed the last time when this execution context was executing a           * performed the last time when this execution context was executing a
1696           * script. So in case you need the overall amount of instructions           * script. So in case you need the overall amount of instructions

Legend:
Removed from v.3844  
changed lines
  Added in v.3845

  ViewVC Help
Powered by ViewVC