Hello togther
I am working on a color synthessizer...
Hey I wan just rebuild a patch a did with Grasshoper in Pure Data ( may you know http://www.grasshopper3d.com/photo )
In Rino GRasshoper it works realy good...but
I stuck in Pure Data doing this Matrix Calculations ...
I wana make a matrix calculation mit my X Y Z Sensor Values
0.324*x -0.225*y+0.0128*z = X
0.087781*x +0.045690*y -0.042705*z = Y
0.000280*x +-0.003095*y +0.211213*z = Z
...to scale the values
and then use the ICE 1932 matrix to calcultae from XYZ to RGB
2.3706743*x -0.9000405*y -0.4706338*z = R
-0.5138850*x +1.4253036*y +0.0885814*z = G
0.0052982*x -0.0146949*Y +1.0093968*z = B
I stuck in this matrix operations I double check it many times
but the value are just wrong... may you have better ideas to this matrix opeations
I added my patch