[PD-cvs] abstractions/pureunity/generics ~.norm.pd, NONE, 1.1 f.norm.pd, 1.1, 1.2

Mathieu Bouchard matju at users.sourceforge.net
Sun Jan 1 07:47:13 CET 2006


Update of /cvsroot/pure-data/abstractions/pureunity/generics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9845

Modified Files:
	f.norm.pd 
Added Files:
	~.norm.pd 
Log Message:
.


--- NEW FILE: ~.norm.pd ---
#N canvas 462 350 544 148 10;
#X obj 23 20 inlet~ f;
#X obj 23 58 outlet f;
#X text 101 18 \$1.norm takes a value of type \$1 and produces a nonnegative
float \, normally using L2-norm formulas;
#X obj 23 39 env~;
#X connect 0 0 3 0;
#X connect 3 0 1 0;

Index: f.norm.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/generics/f.norm.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** f.norm.pd	1 Jan 2006 03:29:29 -0000	1.1
--- f.norm.pd	1 Jan 2006 06:47:11 -0000	1.2
***************
*** 2,8 ****
  #X obj 23 20 inlet f;
  #X obj 23 58 outlet f;
! #X obj 23 39 abs;
! #X text 101 18 \$1norm takes a value of type \$1 and produces a nonnegative
  float \, normally using L2-norm formulas;
! #X connect 0 0 2 0;
! #X connect 2 0 1 0;
--- 2,8 ----
  #X obj 23 20 inlet f;
  #X obj 23 58 outlet f;
! #X text 101 18 \$1.norm takes a value of type \$1 and produces a nonnegative
  float \, normally using L2-norm formulas;
! #X obj 23 39 abs;
! #X connect 0 0 3 0;
! #X connect 3 0 1 0;





More information about the Pd-cvs mailing list