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/instance.pd | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 core/instance.pd (limited to 'core/instance.pd') diff --git a/core/instance.pd b/core/instance.pd new file mode 100644 index 0000000..1c0cc06 --- /dev/null +++ b/core/instance.pd @@ -0,0 +1,57 @@ +#N canvas 0 22 479 399 10; +#X obj 271 25 loadbang; +#X obj 244 49 + 1; +#X obj 244 70 s \$0instance; +#X obj 275 98 closebang; +#X obj 243 124 - 1; +#X obj 63 60 r \$0instance; +#X obj 47 100 f; +#X obj 17 60 t f b; +#X obj 34 171 r \$0instance; +#X obj 18 145 sel 1; +#X obj 18 196 f; +#X obj 18 220 - 1; +#X obj 18 244 s \$0instance; +#X obj 243 156 closebang; +#X obj 243 205 f; +#X obj 259 180 r \$0instance; +#X obj 18 116 <; +#X obj 85 329 r \$0instance; +#X obj 17 33 r \$1InstClosed; +#X obj 272 49 v \$1Inst; +#X obj 275 124 v \$1Inst; +#X obj 243 228 s \$1InstClosed; +#X obj 85 357 outlet; +#X text 15 273 Takes instanced object name as argument; +#X text 16 289 e.g. [instance notescrombler]; +#X text 132 358 This instance's #; +#X obj 343 370 s \$1-Instances; +#X obj 309 299 closebang; +#X obj 309 325 v \$1Inst; +#X obj 383 299 loadbang; +#X obj 384 325 v \$1Inst; +#X connect 0 0 19 0; +#X connect 1 0 2 0; +#X connect 1 0 19 0; +#X connect 3 0 20 0; +#X connect 4 0 20 0; +#X connect 5 0 6 1; +#X connect 6 0 16 1; +#X connect 7 0 16 0; +#X connect 7 1 6 0; +#X connect 8 0 10 1; +#X connect 9 0 10 0; +#X connect 10 0 11 0; +#X connect 11 0 12 0; +#X connect 13 0 14 0; +#X connect 14 0 21 0; +#X connect 15 0 14 1; +#X connect 16 0 9 0; +#X connect 17 0 22 0; +#X connect 18 0 7 0; +#X connect 19 0 1 0; +#X connect 20 0 4 0; +#X connect 27 0 28 0; +#X connect 28 0 26 0; +#X connect 29 0 30 0; +#X connect 30 0 26 0; -- cgit v1.2.1