aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2014-10-04 06:28:54 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2014-10-04 06:28:54 +0000
commit9711818bea825126a1f60ab4d83315469eda72aa (patch)
tree60f37a3fcd57146bd374f625dcf2e1cc93080226
parent4e575dbe16971bde591b87ffedf1e5b70b1d3c3f (diff)
fix latency bug
svn path=/trunk/externals/nusmuk/; revision=17355
-rw-r--r--nusmuk-audio/compress_limit~.pd31
1 files changed, 20 insertions, 11 deletions
diff --git a/nusmuk-audio/compress_limit~.pd b/nusmuk-audio/compress_limit~.pd
index 8db39c2..1dfaace 100644
--- a/nusmuk-audio/compress_limit~.pd
+++ b/nusmuk-audio/compress_limit~.pd
@@ -1,4 +1,4 @@
-#N canvas 227 97 586 521 10;
+#N canvas 223 107 586 521 10;
#X obj 23 14 inlet~;
#X obj 24 373 /~;
#X obj 24 402 outlet~;
@@ -15,15 +15,19 @@
#X obj 335 59 env~ 1024 128;
#X obj 234 102 max;
#X msg 234 316 \$1 4;
-#X obj 24 284 / 44100;
-#X msg 24 262 128;
-#X obj 24 242 loadbang;
-#X obj 23 79 delwrite~ \$0-delay 3;
-#X obj 24 307 delread~ \$0-delay 0.0029024;
+#X obj 24 294 / 44100;
+#X obj 24 192 loadbang;
#X text 298 262 change this curve if you wish;
+#X obj 63 242 samplerate~;
+#X obj 24 218 t b b;
+#X obj 24 316 * 1000;
+#X obj 24 337 delread~ \$0-delay;
+#X obj 63 263 sel 0;
+#X msg 24 242 256;
+#X obj 23 79 delwrite~ \$0-delay 20;
#X connect 0 0 10 0;
#X connect 0 0 13 0;
-#X connect 0 0 19 0;
+#X connect 0 0 25 0;
#X connect 1 0 2 0;
#X connect 3 0 5 0;
#X connect 4 0 3 0;
@@ -39,7 +43,12 @@
#X connect 13 0 14 1;
#X connect 14 0 4 0;
#X connect 15 0 12 0;
-#X connect 16 0 20 0;
-#X connect 17 0 16 0;
-#X connect 18 0 17 0;
-#X connect 20 0 1 0;
+#X connect 16 0 21 0;
+#X connect 17 0 20 0;
+#X connect 19 0 23 0;
+#X connect 20 0 24 0;
+#X connect 20 1 19 0;
+#X connect 21 0 22 0;
+#X connect 22 0 1 0;
+#X connect 23 1 16 1;
+#X connect 24 0 16 0;