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/framedelta~-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/framedelta~-help.pd')
-rw-r--r-- | doc/help/cyclone/framedelta~-help.pd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/help/cyclone/framedelta~-help.pd b/doc/help/cyclone/framedelta~-help.pd new file mode 100644 index 0000000..961f2e6 --- /dev/null +++ b/doc/help/cyclone/framedelta~-help.pd @@ -0,0 +1,27 @@ +#N canvas 1325 361 647 377 10; +#X declare -lib cyclone; +#X text 15 35 compute the phase deviation between successive FFT frames +; +#X obj 259 154 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 95 148 bang to start the count ->; +#X text 29 88 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 phase +deviation; +#X text 28 59 framedelta~ subtracts each of the values of the previous +input signal vector from those of the current vector; +#X obj 459 20 import cyclone; +#X obj 259 181 count~; +#X obj 257 244 framedelta~; +#X obj 257 271 Snapshot~ 100; +#X obj 258 295 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 +-262144 -1 -1 64 256; +#X obj 152 239 Snapshot~ 100; +#X obj 153 263 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 +-262144 -1 -1 874432 256; +#X connect 1 0 6 0; +#X connect 6 0 7 0; +#X connect 6 0 10 0; +#X connect 7 0 8 0; +#X connect 8 0 9 0; +#X connect 10 0 11 0; |