aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"