aboutsummaryrefslogtreecommitdiff
path: root/version-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-19 16:45:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-19 16:45:03 +0000
commit40addcba86d492135bd6667feb10b1cf0d40a6a6 (patch)
treec8cd3b831fb7e3d27781c5f84dfeca66eeb48616 /version-help.pd
parentb66486579be31c66d608d369229c2192e9da9962 (diff)
quick hack [version] object, outputs the version of m_pd.h that this object was compiled against. Its probably only useful in the context of Pd-extended packages
svn path=/trunk/externals/hcs/; revision=5969
Diffstat (limited to 'version-help.pd')
-rw-r--r--version-help.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/version-help.pd b/version-help.pd
new file mode 100644
index 0000000..255334d
--- /dev/null
+++ b/version-help.pd
@@ -0,0 +1,16 @@
+#N canvas 313 142 454 312 10;
+#X obj 364 11 import hcs;
+#X msg 90 73 bang;
+#X text 40 12 Get the version of the currently running Pd.;
+#X obj 90 135 version;
+#X obj 90 160 unpack float float float symbol;
+#X floatatom 90 184 5 0 0 0 - - -;
+#X floatatom 160 184 5 0 0 0 - - -;
+#X floatatom 230 186 5 0 0 0 - - -;
+#X symbolatom 303 185 0 0 0 0 - - -;
+#X connect 1 0 3 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 0;
+#X connect 4 1 6 0;
+#X connect 4 2 7 0;
+#X connect 4 3 8 0;