aboutsummaryrefslogtreecommitdiff
path: root/extensions/xgui/filters
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/xgui/filters')
-rw-r--r--extensions/xgui/filters/coord.pd10
-rw-r--r--extensions/xgui/filters/xy1.pd10
-rw-r--r--extensions/xgui/filters/xy2.pd10
3 files changed, 30 insertions, 0 deletions
diff --git a/extensions/xgui/filters/coord.pd b/extensions/xgui/filters/coord.pd
new file mode 100644
index 00000000..58ab6271
--- /dev/null
+++ b/extensions/xgui/filters/coord.pd
@@ -0,0 +1,10 @@
+#N canvas 525 571 229 169 10;
+#X text 120 114 dh20020106;
+#X obj 35 36 inlet;
+#X obj 35 111 outlet;
+#X obj 35 63 route coord;
+#X msg 35 87 coord \$1 \$2 \$3 \$4;
+#X text 10 6 coord : filter coord command;
+#X connect 1 0 3 0;
+#X connect 3 0 4 0;
+#X connect 4 0 2 0;
diff --git a/extensions/xgui/filters/xy1.pd b/extensions/xgui/filters/xy1.pd
new file mode 100644
index 00000000..ec45cc36
--- /dev/null
+++ b/extensions/xgui/filters/xy1.pd
@@ -0,0 +1,10 @@
+#N canvas 525 571 290 169 10;
+#X text 120 114 dh20020106;
+#X obj 35 36 inlet;
+#X obj 35 111 outlet;
+#X text 10 6 move : filter move command;
+#X obj 35 63 route xy1;
+#X msg 35 87 xy1 \$1 \$2;
+#X connect 1 0 4 0;
+#X connect 4 0 5 0;
+#X connect 5 0 2 0;
diff --git a/extensions/xgui/filters/xy2.pd b/extensions/xgui/filters/xy2.pd
new file mode 100644
index 00000000..f62f4170
--- /dev/null
+++ b/extensions/xgui/filters/xy2.pd
@@ -0,0 +1,10 @@
+#N canvas 537 631 290 169 10;
+#X text 120 114 dh20020106;
+#X obj 35 36 inlet;
+#X obj 35 111 outlet;
+#X text 10 6 move : filter move command;
+#X msg 35 87 xy2 \$1 \$2;
+#X obj 35 63 route xy2;
+#X connect 1 0 5 0;
+#X connect 4 0 2 0;
+#X connect 5 0 4 0;