diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-29 02:00:13 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-29 02:00:13 +0000 |
commit | 26a28e681d7baa0b6e41e44deee9e1b9416c64b1 (patch) | |
tree | 53f1bfce821fb63a8b0dc4bb8e957913aec94903 /doc/help/cyclone/frameaccum~-help.pd | |
parent | b2e8371cceb9837f340c1e0ed744d3178586962e (diff) |
Added a few help files for cyclone
svn path=/trunk/externals/miXed/; revision=12694
Diffstat (limited to 'doc/help/cyclone/frameaccum~-help.pd')
-rw-r--r-- | doc/help/cyclone/frameaccum~-help.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/help/cyclone/frameaccum~-help.pd b/doc/help/cyclone/frameaccum~-help.pd new file mode 100644 index 0000000..237023b --- /dev/null +++ b/doc/help/cyclone/frameaccum~-help.pd @@ -0,0 +1,18 @@ +#N canvas 1440 369 689 466 10; +#X declare -lib cyclone; +#X text 20 70 computes the "running phase" of successive phase deviation +frames; +#X text 28 96 frameaccum~ accumulates each of the values of the previous +input signal vector from those of the current vector; +#X obj 445 37 import cyclone; +#X text 28 124 so \, when used in the context of a pfft~ patch (where +the FFT frame is the vector size) it can be used to compute the running +phase; +#X obj 118 247 Snapshot~ 100; +#X obj 118 272 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 +-262144 -1 -1 6529 256; +#X obj 117 224 frameaccum~; +#X obj 116 196 sig~ 1; +#X connect 4 0 5 0; +#X connect 6 0 4 0; +#X connect 7 0 6 0; |