diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-19 21:13:59 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 4f9b85f175aec9a7e104be92d69d5820e2492c08 (patch) | |
tree | c93f7631dec7fe5eadcdb0aafcab3fae69ef28eb | |
parent | 26c10651794679b4b5c9d138ba9bda6a481432af (diff) |
moved purepd from externals/hcs/ to abstractions
svn path=/trunk/abstractions/purepd/; revision=3974
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | purepd_error.pd | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,6 @@ + +PurePd is a library of objects are written purely in Pd. The idea is to +replace standard externals with Pd objects so that Pd its more and more a +language written in Pd. + +<hans@at.or.at> diff --git a/purepd_error.pd b/purepd_error.pd new file mode 100644 index 0000000..73433c4 --- /dev/null +++ b/purepd_error.pd @@ -0,0 +1,4 @@ +#N canvas 0 22 454 304 10; +#X obj 168 52 inlet; +#X obj 167 186 print \$1_ERROR:; +#X connect 0 0 1 0; |