jit.charmap, color transition?

djtoshi182's icon

Hello.

As you see in Jit.charmap help patch,
I wanted to save each colors I want to adjust to the matrix, from a combination of RGB multislider. so I saved RGB multislider's message data into coll objects for each colors.
then, I want to trigger to crossfade change from color1 to color2 .. what I saved as a color palette.

How can I make these colors crossfade that are generated and saved from rgb multislider?

thanks.

Rob Ramirez's icon

jit.xfade?

if not, please post a patch.

djtoshi182's icon
Max Patch
Copy patch and select New From Clipboard in Max.
Jesse's icon
Max Patch
Copy patch and select New From Clipboard in Max.
djtoshi182's icon

Thanks!

djtoshi182's icon

How can I connect from pattrstorage to jit.fill and jit.charmap ??
I want to pull the collected color sets to jit.fill then adjust into jit.charmap

thanks

Max Patch
Copy patch and select New From Clipboard in Max.

`

Rob Ramirez's icon
Max Patch
Copy patch and select New From Clipboard in Max.

exactly the same way as in the jit.charmap help file

djtoshi182's icon

thank you for your reply.
I wanted to save argb combination to each color set, and want to recall the set for color transition.
so I used pattrstorage for saving and recalling the set..