1234567891011121314151617181920212223242526 |
- #N canvas 129 88 963 499 10;
- #X obj 30 65 t b;
- #X obj 30 43 inlet shader_init;
- #X obj 152 338 outlet shader_data;
- #X obj 152 43 inlet shader_control;
- #X text 325 323 (c)2013 Marian Weger;
- #X msg 155 233 desaturation \$1;
- #X obj 169 157 r /ev/glsl/\$1/desaturation;
- #X obj 152 65 route desaturation tex0;
- #X obj 342 193 f 0;
- #X obj 359 157 r /ev/glsl/\$1/tex0;
- #X msg 345 233 tex0 \$1;
- #X obj 152 193 f 0.5;
- #X connect 0 0 8 0;
- #X connect 0 0 11 0;
- #X connect 1 0 0 0;
- #X connect 3 0 7 0;
- #X connect 5 0 2 0;
- #X connect 6 0 11 0;
- #X connect 7 0 11 0;
- #X connect 7 1 8 0;
- #X connect 8 0 10 0;
- #X connect 9 0 8 0;
- #X connect 10 0 2 0;
- #X connect 11 0 5 0;
|