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/sinx~-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/sinx~-help.pd')
-rw-r--r-- | doc/help/cyclone/sinx~-help.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/help/cyclone/sinx~-help.pd b/doc/help/cyclone/sinx~-help.pd new file mode 100644 index 0000000..3e15e33 --- /dev/null +++ b/doc/help/cyclone/sinx~-help.pd @@ -0,0 +1,19 @@ +#N canvas 1242 323 510 310 10; +#X declare -lib cyclone; +#X msg 124 135 range -1 1; +#X obj 22 89 *~ 6.28319; +#X obj 22 64 phasor~ 2; +#X text 15 35 sin(x) for signals; +#X text 101 65 this is a real sine function whose input expects values +between 0 and 2pi (similar to cosx~ but unlike cos~ which is designed +to work with phasor~'s output from 0 to 1); +#X obj 324 43 import cyclone; +#X obj 22 161 Scope~ 130 130 256 3 128 -1 1 0 0 0 0 102 255 51 135 +135 135 0; +#X obj 124 115 loadbang; +#X obj 22 121 sinx~; +#X connect 0 0 6 0; +#X connect 1 0 8 0; +#X connect 2 0 1 0; +#X connect 7 0 0 0; +#X connect 8 0 6 0; |