From 267170167d52cab9e97f879d9127a1cf04f6bb58 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 15 Mar 2011 20:53:57 +0000 Subject: This is a version of Claude Heiland-Allen's lua for Pd. The objects are named pdlua and pdluax instead of lua and luax. So far it seems to work on linux. svn path=/trunk/externals/pdlua/; revision=15030 --- examples/reverb-calculator-help.pd | 76 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 examples/reverb-calculator-help.pd (limited to 'examples/reverb-calculator-help.pd') diff --git a/examples/reverb-calculator-help.pd b/examples/reverb-calculator-help.pd new file mode 100644 index 0000000..519618b --- /dev/null +++ b/examples/reverb-calculator-help.pd @@ -0,0 +1,76 @@ +#N canvas 0 0 513 360 10; +#X obj 117 203 reverb-calculator 8; +#X obj 13 229 reverb; +#X floatatom 89 169 5 0 0 0 - - -; +#X obj 15 146 noise~; +#X obj 14 185 *~; +#X obj 62 115 vline~; +#X obj 18 265 dac~; +#X obj 70 263 print reverb; +#X obj 11 7 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1 +; +#X obj 8 60 t b b; +#X obj 158 24 spigot; +#X obj 197 -4 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +1; +#X obj 25 166 noise~; +#X obj 25 205 *~; +#X obj 10 28 metro 1000; +#X obj 158 47 t b b b; +#X floatatom 158 146 5 0 0 0 - - -; +#X obj 158 172 pack f f f; +#X obj 158 71 random 1000; +#X obj 251 71 random 1000; +#X obj 340 70 random 1000; +#X floatatom 251 146 5 0 0 0 - - -; +#X floatatom 341 148 5 0 0 0 - - -; +#X obj 157 97 expr $f1*$f1/100000+1; +#X obj 251 121 expr $f1*$f1/100000+1; +#X obj 341 101 expr $f1*$f1/100000+1; +#X msg 10 89 0.5 1 \, 0 1 1; +#X obj 84 4 f 0; +#X obj 115 4 + 1; +#X obj 84 62 sel 0; +#X obj 115 24 mod 5; +#X text 255 174 room dimensions in meters; +#X text 79 148 decay (%); +#X text 98 245 delay times in ms; +#X obj 212 22 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X connect 0 0 1 2; +#X connect 0 0 7 0; +#X connect 1 0 6 0; +#X connect 1 1 6 1; +#X connect 2 0 1 3; +#X connect 3 0 4 0; +#X connect 4 0 1 0; +#X connect 5 0 4 1; +#X connect 5 0 13 1; +#X connect 8 0 14 0; +#X connect 9 0 26 0; +#X connect 9 1 27 0; +#X connect 10 0 15 0; +#X connect 11 0 10 1; +#X connect 12 0 13 0; +#X connect 13 0 1 1; +#X connect 14 0 9 0; +#X connect 15 0 18 0; +#X connect 15 1 19 0; +#X connect 15 2 20 0; +#X connect 16 0 17 0; +#X connect 17 0 0 0; +#X connect 18 0 23 0; +#X connect 19 0 24 0; +#X connect 20 0 25 0; +#X connect 21 0 17 1; +#X connect 22 0 17 2; +#X connect 23 0 16 0; +#X connect 24 0 21 0; +#X connect 25 0 22 0; +#X connect 26 0 5 0; +#X connect 27 0 28 0; +#X connect 27 0 29 0; +#X connect 28 0 30 0; +#X connect 29 0 10 0; +#X connect 30 0 27 1; +#X connect 34 0 15 0; -- cgit v1.2.1