--- linuxsampler/trunk/src/scriptvm/tree.h 2016/07/14 10:37:28 2947 +++ linuxsampler/trunk/src/scriptvm/tree.h 2016/07/15 15:29:04 2948 @@ -150,6 +150,7 @@ VMIntRelPtr* ptr; public: BuiltInIntVariable(const String& name, VMIntRelPtr* ptr); + bool isAssignable() const OVERRIDE { return !ptr->readonly; } void assign(Expression* expr); int evalInt(); void dump(int level = 0);