Skip to content

Commit

Permalink
Added Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
re-sounding committed Oct 22, 2013
1 parent ed84ce6 commit afbc9ee
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions linux/tb_peakcomp~-help.pd
@@ -0,0 +1,85 @@
#N canvas 330 115 848 570 10;
#X text 21 477 tb_peakcomp~ v1.0;
#X text 21 510 Two Big Ears;
#X text 21 523 varun@twobigears.com;
#X text 21 540 ----------------------;
#X text 21 459 ----------------------;
#X obj 229 434 dac~;
#X obj 388 412 env~;
#X floatatom 388 434 5 0 0 0 - - -;
#N canvas 474 228 450 300 osc 0;
#X obj 59 71 osc~ 440;
#X obj 118 71 osc~ 880;
#X obj 266 40 inlet;
#X obj 266 62 switch~;
#X obj 59 233 outlet~;
#X obj 59 201 *~ 1;
#X obj 180 116 *~ 0.5;
#X obj 180 138 +~ 0.5;
#X obj 59 169 *~;
#X obj 371 39 inlet gain;
#X obj 180 71 clip~ -1 1;
#X obj 180 49 *~ 10;
#X obj 180 27 osc~ 1;
#X obj 20 48 osc~ 220;
#X connect 0 0 8 0;
#X connect 1 0 8 0;
#X connect 2 0 3 0;
#X connect 5 0 4 0;
#X connect 6 0 7 0;
#X connect 7 0 8 1;
#X connect 8 0 5 0;
#X connect 9 0 5 1;
#X connect 10 0 6 0;
#X connect 11 0 10 0;
#X connect 12 0 11 0;
#X connect 13 0 8 0;
#X restore 229 183 pd osc;
#X msg 403 64 threshold \$1;
#X msg 404 112 ratio \$1;
#X msg 405 159 attack \$1;
#X msg 406 203 release \$1;
#X msg 408 290 makeup \$1;
#X floatatom 403 46 5 -100 0 0 - - -;
#X floatatom 404 93 5 1 100 0 - - -;
#X floatatom 405 141 5 0.001 1000 0 - - -;
#X floatatom 406 183 5 0.001 1000 0 - - -;
#X floatatom 408 270 5 0 0 0 - - -;
#X msg 408 243 knee \$1;
#X floatatom 408 225 5 0 1 0 - - -;
#X text 494 65 Threshold in dBFS (0 to -infinity);
#X text 493 159 Attack in ms. Default = 0.001 ms;
#X text 493 112 Ratio. Default = 1:1;
#X text 493 204 Release in ms. Default = 0.001 ms;
#X text 493 233 Knee smoothening \, from 0 to 1;
#X text 493 247 0 = hard. 1 = smooth. Default = 0;
#X text 493 290 Makeup gain \, in dB. Default = 0 dB.;
#X text 21 491 Stereo L+R peak compressor;
#X obj 229 355 tb_peakcomp~ -10 8 10 100 0;
#X text 406 356 Optional arguments: threshold \, ratio \, attack \,
release \, makeup gain;
#X text 424 411 Gain reduction signal (linear). Analyse or get creative?
;
#X obj 229 134 tgl 15 0 empty empty Off/On 17 7 0 10 -262144 -1 -1
0 1;
#X floatatom 262 161 5 0 0 1 Gain - -;
#X connect 6 0 7 0;
#X connect 8 0 29 0;
#X connect 8 0 29 1;
#X connect 9 0 29 0;
#X connect 10 0 29 0;
#X connect 11 0 29 0;
#X connect 12 0 29 0;
#X connect 13 0 29 0;
#X connect 14 0 9 0;
#X connect 15 0 10 0;
#X connect 16 0 11 0;
#X connect 17 0 12 0;
#X connect 18 0 13 0;
#X connect 19 0 29 0;
#X connect 20 0 19 0;
#X connect 29 0 5 0;
#X connect 29 1 5 1;
#X connect 29 2 6 0;
#X connect 32 0 8 0;
#X connect 33 0 8 1;
Binary file added linux/tb_peakcomp~.pd_linux
Binary file not shown.

0 comments on commit afbc9ee

Please sign in to comment.