aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-12 21:18:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-12 21:18:29 +0000
commitc1484da73f3ef970b7cb7817afa47a8eeccd7f04 (patch)
tree10079e2b190df274bf9985fa502135f2ba727cd5
parent865f8192df40e96cbb2802136dfad4ec3c2b14d0 (diff)
added comment about only working on Pd-extended
svn path=/trunk/scripts/guiplugins/simple_examples/; revision=14592
-rw-r--r--meters_default_on-plugin.tcl5
1 files changed, 4 insertions, 1 deletions
diff --git a/meters_default_on-plugin.tcl b/meters_default_on-plugin.tcl
index 4e8cbd6..01188a2 100644
--- a/meters_default_on-plugin.tcl
+++ b/meters_default_on-plugin.tcl
@@ -1,3 +1,6 @@
-# this makes the meters in the Pd window be on by default
+# This makes the meters in the Pd window be on by default the meters
+# have been removed from Pure Data/Vanilla, so this only works on
+# Pd-extended.
+
set ::meters 1
pdsend "pd meters 1"