diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 00:39:13 +0000 |
commit | f18d063d9312c95e25294e0777bc135ee9a3fd8a (patch) | |
tree | 54763b4c61f53c8ec696be54bc1c0e8d816c05aa /degreeToRadian.pd |
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'degreeToRadian.pd')
-rw-r--r-- | degreeToRadian.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/degreeToRadian.pd b/degreeToRadian.pd new file mode 100644 index 0000000..0e0ca1c --- /dev/null +++ b/degreeToRadian.pd @@ -0,0 +1,17 @@ +#N canvas 426 297 448 298 10; +#X obj 79 86 inlet; +#X obj 79 172 outlet; +#X obj 151 121 / 45; +#X obj 151 55 loadbang; +#X obj 79 120 f; +#X obj 151 98 atan; +#X msg 151 77 1; +#X text 73 27 taken from zexy; +#X obj 79 144 *; +#X connect 0 0 4 0; +#X connect 2 0 8 1; +#X connect 3 0 6 0; +#X connect 4 0 8 0; +#X connect 5 0 2 0; +#X connect 6 0 5 0; +#X connect 8 0 1 0; |