diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-14 14:54:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 406332a383870f62776d374dd9ea187d135166cd (patch) | |
tree | da4243f3c3510ac8bbe10ebc0f512b26afa8010d /README | |
parent | 08632d2adf7fdc3fcc89a6052d120326c5847289 (diff) |
clarified dev nature of purepd library
svn path=/trunk/abstractions/purepd/; revision=5934
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,4 +3,13 @@ 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. +WARNING! This library is a place for development of ideas. Anything is up for +change given a good reason. But be courteous: If you do change the interface +of an object in this collection, make sure that you print a warning to the Pd +window. + +If you want a static, unchanging interfaces, please include it elsewhere. If +you want a place to freely explore implementing things in Pd, please include +it in the purepd library. + <hans@at.or.at> |