aboutsummaryrefslogtreecommitdiff
path: root/abs/write_coef.pd
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-27 12:35:46 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-27 12:35:46 +0000
commit8c72f7bdb52c60c2b6e41f08233d2c8a86d63007 (patch)
tree0fc1e76bb127fb0811e5e3506dd30a7cd126213a /abs/write_coef.pd
added wavelet pd examples from raul diqz poblete to cvsHEADsvn2git-rootsvn2git-headabstractions/pd-wavelet
svn path=/trunk/abstractions/pd-wavelet/; revision=7387
Diffstat (limited to 'abs/write_coef.pd')
-rw-r--r--abs/write_coef.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/write_coef.pd b/abs/write_coef.pd
new file mode 100644
index 0000000..cd7f85f
--- /dev/null
+++ b/abs/write_coef.pd
@@ -0,0 +1,16 @@
+#N canvas 278 190 235 191 10;
+#X obj 66 26 inlet;
+#X obj 66 60 unpack;
+#X obj 66 138 tabwrite idwtcoef;
+#X obj 66 87 t b f;
+#X obj 66 113 f;
+#X obj 91 113 * 1;
+#X obj 104 87 r time_stretch;
+#X connect 0 0 1 0;
+#X connect 1 0 3 0;
+#X connect 1 1 4 1;
+#X connect 3 0 4 0;
+#X connect 3 1 5 0;
+#X connect 4 0 2 0;
+#X connect 5 0 2 1;
+#X connect 6 0 5 1;