--- linuxsampler/trunk/src/scriptvm/tree.h 2021/01/03 18:05:57 3844 +++ linuxsampler/trunk/src/scriptvm/tree.h 2021/01/05 20:42:32 3845 @@ -1126,6 +1126,8 @@ } } + void copyPolyphonicDataFrom(VMExecContext* ectx) OVERRIDE; + size_t instructionsPerformed() const OVERRIDE { return instructionsCount; }