[PD-cvs] abstractions/footils/list-abs list-lastx-help.pd, NONE, 1.1 list-lastx.pd, NONE, 1.1 README, 1.5, 1.6 last-x.pd, 1.1, 1.2

Frank Barknecht fbar at users.sourceforge.net
Tue Nov 8 10:15:47 CET 2005


Update of /cvsroot/pure-data/abstractions/footils/list-abs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1777

Modified Files:
	README last-x.pd 
Added Files:
	list-lastx-help.pd list-lastx.pd 
Log Message:
last-x is now known as list-lastx

Index: README
===================================================================
RCS file: /cvsroot/pure-data/abstractions/footils/list-abs/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README	6 Nov 2005 11:50:07 -0000	1.5
--- README	8 Nov 2005 09:15:45 -0000	1.6
***************
*** 5,12 ****
  alphabetical order:
  
- last-x.pd
- 
-   get a list containing the last x atoms received.
- 
  list-abs.pd
  
--- 5,8 ----
***************
*** 52,55 ****
--- 48,56 ----
    requires gem for visualisation.
  
+ list-lastx.pd
+ 
+   get a list containing the last x atoms received. (Previously known as
+   "last-x.pd")
+ 
  list-len.pd
  

--- NEW FILE: list-lastx.pd ---
#N canvas 0 0 615 403 10;
#X obj 153 175 cnv 15 150 80 empty empty empty 20 12 0 14 -233017 -66577
0;
#X floatatom 356 89 5 0 0 2 change-size - -;
#X obj 326 112 t f b;
#X text 378 110 first reset (b) \, then set new length (f).;
#X text 311 195 Right outlet is responsible to first fill the list
;
#X text 312 211 Left outlet then only lets the smaller list pass.;
#X obj 180 183 list;
#X obj 326 54 inlet;
#X obj 180 149 inlet;
#X obj 180 302 outlet;
#X obj 180 228 list split \$1;
#X connect 1 0 2 0;
#X connect 2 0 10 1;
#X connect 2 1 6 1;
#X connect 6 0 10 0;
#X connect 7 0 2 0;
#X connect 8 0 6 0;
#X connect 10 0 6 1;
#X connect 10 0 9 0;
#X connect 10 2 6 1;

--- NEW FILE: list-lastx-help.pd ---
#N canvas 446 464 569 323 10;
#X floatatom 188 118 5 0 0 0 - - -;
#X obj 188 174 print last_x;
#X floatatom 267 119 5 0 0 2 change-size - -;
#X text 124 52 list-lastx: make a list of the last x floats.;
#X obj 188 143 list-lastx 4;
#X connect 0 0 4 0;
#X connect 2 0 4 1;
#X connect 4 0 1 0;

Index: last-x.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/footils/list-abs/last-x.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** last-x.pd	1 Nov 2005 12:41:16 -0000	1.1
--- last-x.pd	8 Nov 2005 09:15:45 -0000	1.2
***************
*** 1,23 ****
! #N canvas 417 318 723 395 10;
! #X obj 153 175 cnv 15 150 80 empty empty empty 20 12 0 14 -233017 -66577
! 0;
! #X floatatom 356 89 5 0 0 2 change-size - -;
! #X obj 326 112 t f b;
! #X text 378 110 first reset (b) \, then set new length (f).;
! #X text 311 195 Right outlet is responsible to first fill the list
! ;
! #X text 312 211 Left outlet then only lets the smaller list pass.;
! #X obj 180 183 list;
! #X obj 326 54 inlet;
! #X obj 180 149 inlet;
! #X obj 180 302 outlet;
! #X obj 180 228 list split \$1;
! #X connect 1 0 2 0;
! #X connect 2 0 10 1;
! #X connect 2 1 6 1;
! #X connect 6 0 10 0;
! #X connect 7 0 2 0;
! #X connect 8 0 6 0;
! #X connect 10 0 6 1;
! #X connect 10 0 9 0;
! #X connect 10 2 6 1;
--- 1,10 ----
! #N canvas 417 318 464 379 10;
! #X obj 244 149 inlet;
! #X obj 179 149 inlet;
! #X obj 179 253 outlet;
! #X obj 179 206 list-lastx;
! #X text 54 77 This is just a backwards compatibility wrapper around
! list-lastx;
! #X connect 0 0 3 1;
! #X connect 1 0 3 0;
! #X connect 3 0 2 0;





More information about the Pd-cvs mailing list