diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-02-07 23:05:57 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-02-07 23:05:57 +0000 |
commit | 6adfba996c34b2c78515e8a50ad5928188d78612 (patch) | |
tree | e93ec4c07be45ae47f8e6065f21b59098998afe5 /xgui/filters | |
parent | c0ab517b9027bd66c32f931ce592932c85f43d7b (diff) |
reorganizing
svn path=/trunk/; revision=9376
Diffstat (limited to 'xgui/filters')
-rw-r--r-- | xgui/filters/coord.pd | 10 | ||||
-rw-r--r-- | xgui/filters/xy1.pd | 10 | ||||
-rw-r--r-- | xgui/filters/xy2.pd | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/xgui/filters/coord.pd b/xgui/filters/coord.pd deleted file mode 100644 index 58ab6271..00000000 --- a/xgui/filters/coord.pd +++ /dev/null @@ -1,10 +0,0 @@ -#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/xgui/filters/xy1.pd b/xgui/filters/xy1.pd deleted file mode 100644 index ec45cc36..00000000 --- a/xgui/filters/xy1.pd +++ /dev/null @@ -1,10 +0,0 @@ -#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/xgui/filters/xy2.pd b/xgui/filters/xy2.pd deleted file mode 100644 index f62f4170..00000000 --- a/xgui/filters/xy2.pd +++ /dev/null @@ -1,10 +0,0 @@ -#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;
|