there is some internal scaling going on of some STK parameters:
Mandolin m =>
dac
;
0
.
95
=> m.stringDetune;
<<<m.stringDetune()>>>;
//prints 0.905, not .95
same with .stringDamping... obviously not the way it should be...
dt