aboutsummaryrefslogtreecommitdiff
path: root/unittests/decimator-unittest.pd
diff options
context:
space:
mode:
authorKatja <katjav@users.sourceforge.net>2011-11-13 15:09:18 +0000
committerKatja <katjav@users.sourceforge.net>2011-11-13 15:09:18 +0000
commit04f9a0c239d6f38d7f5ed70671d70ec30beb7bf5 (patch)
treefa3b377c2c52e421df05619f2a3506455cf12806 /unittests/decimator-unittest.pd
parent3129cef9f1b75aeb36ff7ab20c027f949030c966 (diff)
add unittest dir plus content to smlib
svn path=/trunk/externals/smlib/; revision=15735
Diffstat (limited to 'unittests/decimator-unittest.pd')
-rw-r--r--unittests/decimator-unittest.pd15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/decimator-unittest.pd b/unittests/decimator-unittest.pd
new file mode 100644
index 0000000..fcdf4ab
--- /dev/null
+++ b/unittests/decimator-unittest.pd
@@ -0,0 +1,15 @@
+#N canvas 429 42 759 521 10;
+#X obj 49 128 unit-test-frame;
+#X obj 49 58 loadbang;
+#X obj 370 -14 & 127;
+#X msg 49 91 decimator 0;
+#X obj 370 45 - 1;
+#X obj 370 14 / 64;
+#X obj 370 73 smlib/decimator 2;
+#X connect 0 2 2 0;
+#X connect 1 0 3 0;
+#X connect 2 0 5 0;
+#X connect 3 0 0 0;
+#X connect 4 0 6 0;
+#X connect 5 0 4 0;
+#X connect 6 0 0 1;