diff options
-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; |