aboutsummaryrefslogtreecommitdiff
path: root/hexToDec.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:39:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:39:13 +0000
commitf18d063d9312c95e25294e0777bc135ee9a3fd8a (patch)
tree54763b4c61f53c8ec696be54bc1c0e8d816c05aa /hexToDec.pd
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'hexToDec.pd')
-rw-r--r--hexToDec.pd8
1 files changed, 8 insertions, 0 deletions
diff --git a/hexToDec.pd b/hexToDec.pd
new file mode 100644
index 0000000..98048e5
--- /dev/null
+++ b/hexToDec.pd
@@ -0,0 +1,8 @@
+#N canvas 1248 92 592 550 10;
+#X obj 102 -128 inlet;
+#X obj 102 78 outlet;
+#X obj 102 2 zexy/atoi;
+#X obj 102 -58 cyclone/tosymbol;
+#X connect 0 0 3 0;
+#X connect 2 0 1 0;
+#X connect 3 0 2 0;