diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-03 04:20:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-03 04:20:10 +0000 |
commit | 29e40455c3514cced4d73e0d8dc02c2b650f22ed (patch) | |
tree | 036325a714fe42c0e4714c4658bbb7745e84577f /vlavg-help.pd | |
parent | 75e6bc6722c9c1237bdf1b512848397b91767979 (diff) |
use [list prepend]
svn path=/trunk/externals/smlib/; revision=15941
Diffstat (limited to 'vlavg-help.pd')
-rw-r--r-- | vlavg-help.pd | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/vlavg-help.pd b/vlavg-help.pd index f4e110e..5e39f95 100644 --- a/vlavg-help.pd +++ b/vlavg-help.pd @@ -1,6 +1,5 @@ -#N canvas 1 53 464 314 10; -#X obj 8 249 prepend 0; -#N canvas 0 0 450 300 (subpatch) 0; +#N canvas 29 106 471 316 10; +#N canvas 0 22 450 300 (subpatch) 0; #X array array_vlavg 10 float 0; #X coords 0 1 9 -1 200 140 1 0 0; #X restore 239 72 graph; @@ -15,7 +14,7 @@ #X text 7 3 vlavg: vector leaky average; #X text 8 22 the argument is the half-decay expressed in number of activations; -#X obj 8 275 s array_vlavg; +#X obj 8 295 s array_vlavg; #X obj 397 234 SMLib-help; #X msg 27 201 decay 20; #N canvas 183 210 494 344 META 0; @@ -29,12 +28,15 @@ Wilkes for Pd version 0.42.; #X text 12 65 INLET_0 list float decay; #X text 12 85 OUTLET_0 list float; #X restore 404 276 pd META; -#X connect 0 0 12 0; -#X connect 2 0 6 0; -#X connect 3 0 6 0; -#X connect 4 0 6 0; -#X connect 5 0 6 0; -#X connect 6 0 0 0; -#X connect 7 0 6 0; -#X connect 8 0 6 0; -#X connect 14 0 6 0; +#X obj 8 271 list trim; +#X obj 8 249 list prepend 0; +#X connect 1 0 5 0; +#X connect 2 0 5 0; +#X connect 3 0 5 0; +#X connect 4 0 5 0; +#X connect 5 0 16 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 13 0 5 0; +#X connect 15 0 11 0; +#X connect 16 0 15 0; |