diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2015-01-18 17:36:07 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2015-01-18 17:36:07 +0000 |
commit | 48b8dedede61aaac8f7c1e35aab862e3fb01d42c (patch) | |
tree | 2307430869c9379cb357b76fe1306c30d4a837f3 /nusmuk-audio/compress_limit_sidechain~-help.pd | |
parent | d8afd0a7c9cf2a4735324c87a4ba3007c2102770 (diff) |
add multichannel compression abstraction
svn path=/trunk/externals/nusmuk/; revision=17412
Diffstat (limited to 'nusmuk-audio/compress_limit_sidechain~-help.pd')
-rw-r--r-- | nusmuk-audio/compress_limit_sidechain~-help.pd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/nusmuk-audio/compress_limit_sidechain~-help.pd b/nusmuk-audio/compress_limit_sidechain~-help.pd new file mode 100644 index 0000000..43b15b3 --- /dev/null +++ b/nusmuk-audio/compress_limit_sidechain~-help.pd @@ -0,0 +1,62 @@ +#N canvas 573 156 913 451 10; +#X declare -path ../puremapping; +#X declare -path ../puremapping; +#X declare -path ../puremapping; +#X obj 55 306 compress_limit_sidechain~; +#X obj 56 63 noise~; +#X obj 146 383 dac~; +#X obj 56 85 *~ 0.01; +#X obj 252 94 mtof; +#X obj 252 28 metro 1000; +#X obj 252 71 makenote 60 200; +#X msg 252 50 64; +#X obj 252 198 *~, f 8; +#X obj 340 167 line~; +#X obj 340 97 sel 0; +#X msg 340 137 0 200; +#X msg 380 136 1 30; +#X obj 252 7 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1 +; +#X obj 252 228 *~ 0.3, f 8; +#X obj 248 367 s sidechain01; +#X obj 266 266 r sidechain01; +#X obj 252 116 saw~; +#X floatatom 317 228 5 0 0 0 - - -, f 5; +#X obj 246 306 compress_limit_sidechain~; +#X text 471 104 with [compress_limit_sidechain~] you can link the dynamic +processing of several audio stream.; +#X text 472 146 the right outlet outputs the incomming signal amplitude +while the right inlet expect the control amplitude.; +#X obj 476 195 compress_limit_sidechain~; +#X obj 634 195 f; +#X obj 764 197 compress_limit~; +#X text 658 195 is equivalent to; +#X text 503 231 with this \, you can link dynamic compression on several +channel.; +#X text 501 266 This example shows a stereo compression effect.; +#X connect 0 0 2 0; +#X connect 0 1 15 0; +#X connect 1 0 3 0; +#X connect 3 0 0 0; +#X connect 3 0 19 0; +#X connect 4 0 17 0; +#X connect 5 0 7 0; +#X connect 6 0 4 0; +#X connect 6 1 10 0; +#X connect 7 0 6 0; +#X connect 8 0 14 0; +#X connect 9 0 8 1; +#X connect 10 0 11 0; +#X connect 10 1 12 0; +#X connect 11 0 9 0; +#X connect 12 0 9 0; +#X connect 13 0 5 0; +#X connect 14 0 19 0; +#X connect 16 0 0 1; +#X connect 16 0 19 1; +#X connect 17 0 8 0; +#X connect 18 0 14 1; +#X connect 19 0 2 1; +#X connect 19 1 15 0; +#X connect 22 1 23 0; +#X connect 23 0 22 1; |