problems with non matrix output values of Jitter Objects in mxj
in mxj i can call non matrix values of an jitter object with:
my3m = new JitterObject("jit.3m");
...
my3m.matrixcalc(inmat, null);
outlet(1,"mean", my3m.getAttr("mean"));
but with jit.findbounds it doesent work !
the output value names of jit.findbounds outlets got blanks
"min bound" or "max bound"
i tried als permutations "min bounds", "min_bounds", "minbounds"...
and allways get an
java.lang.NullPointerException: args argument cannot be null
error message
any ideas ?
thank in advance for hints
bump
bump
you need to use the object's attribute names not the outlet assist text. The attributes are boundmin and boundmax.
HTH
jan
i already wrote my own findbounds function in java ;-)
but thank you very much for helping
i will try this out asap