diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-27 22:27:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-27 22:27:30 +0000 |
commit | fe8987b009e6383ddd7150bbee734e2bac8afc22 (patch) | |
tree | 504f6d94aebeb95f3767aa0346b790667303d1aa /radians0x2d0x3emapping.pd | |
parent | 1b6ee2499d403ea95066ed929749147cfffe7efb (diff) |
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/mapping/; revision=10266
Diffstat (limited to 'radians0x2d0x3emapping.pd')
-rw-r--r-- | radians0x2d0x3emapping.pd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/radians0x2d0x3emapping.pd b/radians0x2d0x3emapping.pd deleted file mode 100644 index 39debb1..0000000 --- a/radians0x2d0x3emapping.pd +++ /dev/null @@ -1,26 +0,0 @@ -#N canvas 258 110 429 400 10; -#X obj 42 36 inlet; -#X obj 140 297 outlet; -#X text 19 9 [rad2hid]; -#X obj 141 234 % 628318; -#X obj 127 167 moses 0; -#X obj 141 255 / 628318; -#X obj 42 96 * 100000; -#X obj 41 167 % 628318; -#X obj 42 136 moses -314159; -#X obj 85 200 + 628318; -#X text 10 66 % is an int operation \, we want floats \, so convert -to large integers; -#X text 225 351 released under the GNU GPL; -#X text 8 337 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> -; -#X connect 0 0 6 0; -#X connect 3 0 5 0; -#X connect 4 0 9 0; -#X connect 4 1 3 0; -#X connect 5 0 1 0; -#X connect 6 0 8 0; -#X connect 7 0 9 0; -#X connect 8 0 7 0; -#X connect 8 1 4 0; -#X connect 9 0 3 0; |