aboutsummaryrefslogtreecommitdiff
path: root/hsv2rgb-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 04:22:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 04:22:58 +0000
commit0685d14dc04499029f371c4f5aaafd1044d8730a (patch)
tree9af365dda126256af017c9ad4b1f2f5e658e77ae /hsv2rgb-help.pd
parente959167bae830f5474acc82b74fd10cd64bcfd03 (diff)
ported markex library to new Makefile template, then debianize it next
svn path=/trunk/externals/markex/; revision=13177
Diffstat (limited to 'hsv2rgb-help.pd')
-rw-r--r--hsv2rgb-help.pd28
1 files changed, 28 insertions, 0 deletions
diff --git a/hsv2rgb-help.pd b/hsv2rgb-help.pd
new file mode 100644
index 0000000..16804c0
--- /dev/null
+++ b/hsv2rgb-help.pd
@@ -0,0 +1,28 @@
+#N canvas 344 338 481 346 10;
+#X obj 127 223 unpack 0 0 0;
+#X floatatom 206 245 5 0 0 1 Blue - -;
+#X floatatom 166 265 5 0 0 1 Green - -;
+#X floatatom 127 288 5 0 0 1 Red - -;
+#X obj 127 184 hsv2rgb;
+#X msg 167 119 0 1 1;
+#X msg 189 143 0.6 1 0.5;
+#X floatatom 182 48 5 0 1 1 Value - -;
+#X floatatom 145 30 5 0 1 1 Saturation - -;
+#X floatatom 127 12 5 0 1 1 Hue - -;
+#X obj 127 97 pack 0 0 0;
+#X obj 145 65 t b f;
+#X obj 182 65 t b f;
+#X connect 0 0 3 0;
+#X connect 0 1 2 0;
+#X connect 0 2 1 0;
+#X connect 4 0 0 0;
+#X connect 5 0 4 0;
+#X connect 6 0 4 0;
+#X connect 7 0 12 0;
+#X connect 8 0 11 0;
+#X connect 9 0 10 0;
+#X connect 10 0 4 0;
+#X connect 11 0 10 0;
+#X connect 11 1 10 1;
+#X connect 12 0 10 0;
+#X connect 12 1 10 2;