Revision: 10231 http://pure-data.svn.sourceforge.net/pure-data/?rev=10231&view=rev Author: fbar Date: 2008-08-04 08:40:15 +0000 (Mon, 04 Aug 2008)
Log Message: ----------- added non-global state saving taken from arg 2. requires at least pd 0.40
Modified Paths: -------------- trunk/abstractions/footils/sssad/README.txt trunk/abstractions/footils/sssad/sssad-example.pd trunk/abstractions/footils/sssad/sssad-help.pd trunk/abstractions/footils/sssad/sssad.pd
Added Paths: ----------- trunk/abstractions/footils/sssad/sssliders-local.pd
Modified: trunk/abstractions/footils/sssad/README.txt =================================================================== --- trunk/abstractions/footils/sssad/README.txt 2008-08-01 19:47:16 UTC (rev 10230) +++ trunk/abstractions/footils/sssad/README.txt 2008-08-04 08:40:15 UTC (rev 10231) @@ -10,6 +10,7 @@ [sssad] was written by Frank Barknecht fbar@footils.org and was inspired from a discussion about Max's [pv] and [pvar] objects on pd-list brought up by "Item State". Filtering out duplicates when saving data uses an approach by Enrique Erne. +More help came from Luke Iannini.
Older versions internally it used the helper abstractions in the "_sssad/" subdirectory: [singleton] which goes back to an idea by Enrique Erne and @@ -17,6 +18,18 @@ Hans-Christoph Steiner's [float_argument]. Those are not used anymore and only kept for historic reasons, and will be delted when they've found another place.
+Changelog +========= + +Check "svn log" for full details. + +Some milesstones: + +* 2008-08-04: added non-global send/receive pair that uses $2. Now requires Pd >= 0.40 +* 2008-07-29: no saving of uninitialized data +* 2008-07-27: removed dependency on singleton.pd as suggested by Enrique Erne +* 2008-07-21: filter out empty lists + License =======
Added: trunk/abstractions/footils/sssad/sssliders-local.pd =================================================================== --- trunk/abstractions/footils/sssad/sssliders-local.pd (rev 0) +++ trunk/abstractions/footils/sssad/sssliders-local.pd 2008-08-04 08:40:15 UTC (rev 10231) @@ -0,0 +1,26 @@ +#N canvas 0 0 450 300 10; +#X obj 127 122 hsl 60 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 1800 1; +#X obj 127 137 hsl 60 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 2400 1; +#X obj 127 152 hsl 60 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 2200 1; +#X obj 124 209 sssad $1/s1 $0; +#X obj 124 231 sssad $1/s2 $0; +#X obj 124 251 sssad $1/s3 $0; +#X obj 289 106 r $0-SSSAD_ADMIN; +#X obj 289 133 outlet; +#X obj 200 122 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X msg 267 184 save; +#X obj 267 210 s $0-SSSAD_ADMIN; +#X connect 0 0 3 1; +#X connect 1 0 4 1; +#X connect 2 0 5 1; +#X connect 3 0 0 0; +#X connect 4 0 1 0; +#X connect 5 0 2 0; +#X connect 6 0 7 0; +#X connect 8 0 9 0; +#X connect 9 0 10 0; +#X coords 0 -1 1 1 120 70 1 110 100;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.