[PD-cvs] abstractions/footils/list-abs last-x.pd,1.2,1.3

Frank Barknecht fbar at users.sourceforge.net
Fri May 4 20:35:38 CEST 2007


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

Modified Files:
	last-x.pd 
Log Message:
bugfix

Index: last-x.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/footils/list-abs/last-x.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** last-x.pd	8 Nov 2005 09:15:45 -0000	1.2
--- last-x.pd	4 May 2007 18:35:36 -0000	1.3
***************
*** 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;
--- 1,10 ----
  #N canvas 417 318 464 379 10;
! #X obj 265 147 inlet;
  #X obj 179 149 inlet;
  #X obj 179 253 outlet;
  #X text 54 77 This is just a backwards compatibility wrapper around
  list-lastx;
! #X obj 179 206 list-lastx \$1;
! #X connect 0 0 4 1;
! #X connect 1 0 4 0;
! #X connect 4 0 2 0;





More information about the Pd-cvs mailing list