Installed grd (from within maiden) on my second factory norns and am getting the following error after restarting sc and maiden on that device. Tried re-installing and same issue. Not sure how to proceed, it’s functioning fine on the other norns device:
ERROR: Variable ‘root’ not defined.
in file ‘/home/we/dust/code/grd/engine_grd.sc’
line 11 char 12:
root = 50;
group = ParGroup.tail(context.xg);
ERROR: Variable ‘root’ not defined.
in file ‘/home/we/dust/code/grd/engine_grd.sc’
line 42 char 18:
([0,12,24]+root).do { |base,i|
key = d2k.((m[i*8+1]*8).asInt, mode);
ERROR: Variable ‘root’ not defined.
in file ‘/home/we/dust/code/grd/engine_grd.sc’
line 59 char 3:
});
}