From 9924c45ae6e5a878cd97c5e952597a4c0d5d3c41 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Mon, 25 Feb 2008 21:40:23 +0000 Subject: 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 --- core/midi-coarsefine.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 core/midi-coarsefine.pd (limited to 'core/midi-coarsefine.pd') 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; -- cgit v1.2.1