Rgb2Hsl
Hey guys,
I would like to know, if lets say I read an image then I used jit.rgb2hsl then I load it into 32x32 matrix and connect the right out let to
"unpack 0 0 0 0 0 0 0 0" object .... would the 3 outlets to the leftmost be H, S, L?
Thanks
Is there any specific calculation I need to do before connecting hue to the sinewave frequency...
I tried to map the hue to the frequency of the sinewave I made but obviously it sounds a little bit weird..
I tried to do something similar like this (http://www.openprocessing.org/sketch/10404) in Max/msp but I can't figure out how to properly map the hue value to the sinewave I made. It does channel some values but I don't know If I'm doing it correctly.