diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-21 16:18:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-21 16:18:14 +0000 |
commit | 57b74403674f1079c5aee4d7071c956a3e045bff (patch) | |
tree | e84914e99cfa464402030657543c5185494216d2 /pd/resample.pd | |
parent | 8eef482ed0504a80218aab09a5b955592f6259d5 (diff) |
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/resample.pd')
-rw-r--r-- | pd/resample.pd | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pd/resample.pd b/pd/resample.pd deleted file mode 100644 index 47274d8..0000000 --- a/pd/resample.pd +++ /dev/null @@ -1,16 +0,0 @@ -#N canvas 382 381 450 300 10; -#X obj 46 68 metro \$1; -#X obj 46 42 loadbang; -#X obj 69 17 inlet; -#X obj 46 125 outlet; -#X obj 137 16 inlet; -#X obj 46 97 list; -#X msg 187 41 0; -#X obj 187 17 loadbang; -#X connect 0 0 5 0; -#X connect 1 0 0 0; -#X connect 2 0 5 1; -#X connect 4 0 0 1; -#X connect 5 0 3 0; -#X connect 6 0 5 1; -#X connect 7 0 6 0; |