diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-07-31 03:59:16 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | d145fa6f792d6c44da2feec90507adb94e40323e (patch) | |
tree | ae3aaf213dbb4273331745802ef1259dce8e2986 /compressor~-help.pd | |
parent | 67af8f6b3f179d5b4ba0747ab971abbeecbedd45 (diff) |
got everything building using the template Makefile
svn path=/trunk/externals/unauthorized/; revision=15173
Diffstat (limited to 'compressor~-help.pd')
-rw-r--r-- | compressor~-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compressor~-help.pd b/compressor~-help.pd new file mode 100644 index 0000000..0b5d277 --- /dev/null +++ b/compressor~-help.pd @@ -0,0 +1,14 @@ +#N canvas 251 75 572 506 10; +#X obj 149 202 dac~; +#X obj 150 128 compressor~; +#X text 290 253 comments & bugs @ ydegoyon.free.fr; +#X text 243 19 Compressor~ : an audio compressor; +#X floatatom 259 86 5 -100 500; +#X obj 108 41 osc~ 250; +#X text 305 83 strength [ min : -1 \; max = 5 \; default = 0 ]; +#X obj 215 88 / 100; +#X connect 1 0 0 0; +#X connect 1 0 0 1; +#X connect 4 0 7 0; +#X connect 5 0 1 0; +#X connect 7 0 1 1; |