diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-07 03:11:37 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 604106d75e4bb95d2b83ff2151b96e284736eff9 (patch) | |
tree | bf27c96f637d11bd4832dd9a4087b357e8d5729a /purepd_error.pd | |
parent | 4f9b85f175aec9a7e104be92d69d5820e2492c08 (diff) |
simple sketch of a standard error message object
svn path=/trunk/abstractions/purepd/; revision=4560
Diffstat (limited to 'purepd_error.pd')
-rw-r--r-- | purepd_error.pd | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/purepd_error.pd b/purepd_error.pd index 73433c4..e14ff4e 100644 --- a/purepd_error.pd +++ b/purepd_error.pd @@ -1,4 +1,8 @@ -#N canvas 0 22 454 304 10; +#N canvas 577 79 466 316 10; #X obj 168 52 inlet; -#X obj 167 186 print \$1_ERROR:; -#X connect 0 0 1 0; +#X obj 168 186 print error; +#X obj 168 124 list prepend \$1:; +#X obj 168 156 list trim; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; |