From 735ed9822b4aa58fefac8a179d49cb09f93f8831 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Thu, 18 Sep 2008 10:01:28 +0000 Subject: added [saveclear] for clearing dynamically generated subpatches on save, [storebang] for making gui lists of values, and added [import] statements to all patches in senderfruit svn path=/trunk/abstractions/senderfruit/; revision=10297 --- core/pausetimer.pd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/pausetimer.pd') diff --git a/core/pausetimer.pd b/core/pausetimer.pd index 1c2a986..96db6e1 100644 --- a/core/pausetimer.pd +++ b/core/pausetimer.pd @@ -1,4 +1,5 @@ #N canvas 424 138 374 392 10; +#X declare -lib iemlib; #X obj -1 23 inlet; #X obj 217 230 timer; #X obj 217 287 f; @@ -30,6 +31,7 @@ #X obj 55 347 +; #X obj 121 341 r \$0reset; #X msg 88 342 0; +#X obj 199 57 import iemlib; #X connect 0 0 15 0; #X connect 1 0 4 0; #X connect 2 0 3 0; -- cgit v1.2.1