aboutsummaryrefslogtreecommitdiff
path: root/core/midi-coarsefine.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-25 21:40:23 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-25 21:40:23 +0000
commit9924c45ae6e5a878cd97c5e952597a4c0d5d3c41 (patch)
tree45464de9203fae4c10ca4ba86f30ba6bba96eb92 /core/midi-coarsefine.pd
parent89d13f2c22b5fb0734b236f3e6acbb38ac1c85aa (diff)
moving a few more abs in that will probably be useful to others
instance, i released before on the list (it counts how many copies of itself exist) midi-coarsefine lets you use two 0-1 knobs/sliders to control one parameter with greater precision cpugraph gives you a running cpu graph, helpful for locating high-drain abstractions renamed rgb to be part of the color-collection; it is nice for setting IEMGUI to colors other than the "pd-palette", either directly or into a message for later re-banging svn path=/trunk/abstractions/senderfruit/; revision=9520
Diffstat (limited to 'core/midi-coarsefine.pd')
-rw-r--r--core/midi-coarsefine.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/midi-coarsefine.pd b/core/midi-coarsefine.pd
new file mode 100644
index 0000000..4d660d9
--- /dev/null
+++ b/core/midi-coarsefine.pd
@@ -0,0 +1,21 @@
+#N canvas 1100 781 338 286 10;
+#X obj 106 200 +;
+#X obj 161 60 - 0.5;
+#X obj 161 112 * 0.00392157;
+#X obj 161 86 * 2;
+#X obj 161 136 t b f;
+#X obj 106 168 f;
+#X obj 106 26 inlet;
+#X obj 161 26 inlet;
+#X obj 106 227 clip 0 1;
+#X obj 106 253 outlet;
+#X connect 0 0 8 0;
+#X connect 1 0 3 0;
+#X connect 2 0 4 0;
+#X connect 3 0 2 0;
+#X connect 4 0 5 0;
+#X connect 4 1 0 1;
+#X connect 5 0 0 0;
+#X connect 6 0 5 0;
+#X connect 7 0 1 0;
+#X connect 8 0 9 0;