diff options
Diffstat (limited to 'numToRgb-help.pd')
-rw-r--r-- | numToRgb-help.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/numToRgb-help.pd b/numToRgb-help.pd new file mode 100644 index 0000000..d628560 --- /dev/null +++ b/numToRgb-help.pd @@ -0,0 +1,24 @@ +#N canvas 180 227 524 308 10; +#X obj 28 82 cnv 15 250 60 empty can empty 20 12 0 14 -1638 -262144 +0; +#X msg 34 235 \; can color \$1; +#X floatatom 128 156 5 1 13000 0 - - -; +#X obj 128 177 * -125; +#X floatatom 128 200 10 0 0 0 - - -; +#X text 197 200 Pd color; +#X obj 128 261 print float_RGB; +#X obj 229 261 print 8bit_RGB; +#X text 27 15 Description: Converts a pd color value into float RGB +and 8bit RGB.; +#X obj 128 236 mtl/numToRgb; +#X text 26 50 tags: conversion; +#X obj 229 238 mtl/numToRgb 8bit; +#X obj 361 239 mtl/numToRgb int; +#X obj 361 261 mtl/numToRgb integer; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 3 0 4 0; +#X connect 4 0 9 0; +#X connect 4 0 11 0; +#X connect 9 0 6 0; +#X connect 11 0 7 0; |