aboutsummaryrefslogtreecommitdiff
path: root/desiredata/extra/pureunity/norm.f.pd
diff options
context:
space:
mode:
Diffstat (limited to 'desiredata/extra/pureunity/norm.f.pd')
-rw-r--r--desiredata/extra/pureunity/norm.f.pd8
1 files changed, 8 insertions, 0 deletions
diff --git a/desiredata/extra/pureunity/norm.f.pd b/desiredata/extra/pureunity/norm.f.pd
new file mode 100644
index 00000000..305f4ac1
--- /dev/null
+++ b/desiredata/extra/pureunity/norm.f.pd
@@ -0,0 +1,8 @@
+#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 abs;
+#X connect 0 0 3 0;
+#X connect 3 0 1 0;