aboutsummaryrefslogtreecommitdiff
path: root/cpu_temperature.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-24 06:13:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-24 06:13:56 +0000
commit931f134eeca5a1cd75993fc4bb0ed299ee1e0ac0 (patch)
tree65ec7ff007a13b51131787dc44670e01b8765dd1 /cpu_temperature.pd
parent6c8e28d20a69aa770932a4a0f9e81f94911cb276 (diff)
added the ability to query anything and made two patches based on that to get specific info: cpu temp and fan info
svn path=/trunk/externals/apple/; revision=12659
Diffstat (limited to 'cpu_temperature.pd')
-rw-r--r--cpu_temperature.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpu_temperature.pd b/cpu_temperature.pd
new file mode 100644
index 0000000..413fcbe
--- /dev/null
+++ b/cpu_temperature.pd
@@ -0,0 +1,10 @@
+#N canvas 699 353 450 300 10;
+#X obj 114 51 route bang;
+#X obj 114 29 inlet;
+#X obj 113 173 outlet;
+#X obj 114 106 apple/smc TC0D;
+#X obj 113 139 route TC0D;
+#X connect 0 0 3 0;
+#X connect 1 0 0 0;
+#X connect 3 0 4 0;
+#X connect 4 0 2 0;