aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-11-11 11:32:01 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-11-11 11:32:01 +0000
commit892a5eff7101bceb0342ee4e6ec10f48f089ba6b (patch)
treecfc48c6df3e7651f429448f60c819e08e1104ed1
parent2bf42f128d871e523f4664986d8e505b11aa1352 (diff)
svn path=/trunk/externals/nusmuk/; revision=12754
-rw-r--r--biquad/bq_coef_bp.pd22
-rw-r--r--nusmuk_audio-meta.pd10
2 files changed, 21 insertions, 11 deletions
diff --git a/biquad/bq_coef_bp.pd b/biquad/bq_coef_bp.pd
index e870cff..565d91e 100644
--- a/biquad/bq_coef_bp.pd
+++ b/biquad/bq_coef_bp.pd
@@ -35,11 +35,11 @@
#X obj 50 122 * 3.14159;
#X obj 211 105 + 0.7;
#X msg 211 148 1 \$1;
-#X obj 238 242 sinh;
#X obj 211 170 /;
#X obj 50 148 * 2;
#X obj 50 99 min 21000;
#X obj 199 303 * 0.767;
+#X obj 238 242 expr sinh($f1);
#X connect 0 0 31 0;
#X connect 1 0 30 0;
#X connect 4 0 7 1;
@@ -47,7 +47,7 @@
#X connect 6 0 4 0;
#X connect 7 0 23 0;
#X connect 8 0 13 0;
-#X connect 9 0 39 0;
+#X connect 9 0 38 0;
#X connect 10 0 34 0;
#X connect 12 0 15 1;
#X connect 12 0 16 1;
@@ -62,7 +62,7 @@
#X connect 18 0 22 0;
#X connect 23 0 14 0;
#X connect 24 0 23 0;
-#X connect 24 1 35 0;
+#X connect 24 1 39 0;
#X connect 25 0 26 0;
#X connect 26 0 16 0;
#X connect 27 0 18 0;
@@ -73,12 +73,12 @@
#X connect 29 1 28 0;
#X connect 29 2 12 0;
#X connect 30 0 33 0;
-#X connect 31 0 38 0;
-#X connect 32 0 37 0;
+#X connect 31 0 37 0;
+#X connect 32 0 36 0;
#X connect 33 0 10 0;
-#X connect 34 0 36 0;
-#X connect 35 0 39 1;
-#X connect 36 0 24 0;
-#X connect 37 0 7 0;
-#X connect 38 0 32 0;
-#X connect 39 0 29 0;
+#X connect 34 0 35 0;
+#X connect 35 0 24 0;
+#X connect 36 0 7 0;
+#X connect 37 0 32 0;
+#X connect 38 0 29 0;
+#X connect 39 0 38 1;
diff --git a/nusmuk_audio-meta.pd b/nusmuk_audio-meta.pd
new file mode 100644
index 0000000..0ed9f2a
--- /dev/null
+++ b/nusmuk_audio-meta.pd
@@ -0,0 +1,10 @@
+#N canvas 10 10 496 221 10;
+#X text 10 157 LICENSE GNU GPL;
+#X text 10 39 AUTHOR Cyrille Henry;
+#X text 10 19 NAME nusmuk_audio;
+#X text 10 59 DESCRIPTION This objects' collection is based on abstractions
+and externals. They aim at improving audio synthesis quality within
+Pure Data. This collection enholds band limited oscillator and objects
+that read tables in a more flexible way than the Pure Data native ones.
+Some filters and various objects are also available;
+#X text 10 177 VERSION 1.01;