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 | |
parent | 4f9b85f175aec9a7e104be92d69d5820e2492c08 (diff) |
simple sketch of a standard error message object
svn path=/trunk/abstractions/purepd/; revision=4560
-rw-r--r-- | purepd_error-help.pd | 4 | ||||
-rw-r--r-- | purepd_error.pd | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/purepd_error-help.pd b/purepd_error-help.pd new file mode 100644 index 0000000..5b963d2 --- /dev/null +++ b/purepd_error-help.pd @@ -0,0 +1,4 @@ +#N canvas 118 57 454 304 10; +#X msg 136 95 this is my error message; +#X obj 135 143 purepd_error my_object_name; +#X connect 0 0 1 0; 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; |