aboutsummaryrefslogtreecommitdiff
path: root/meters_default_on-plugin.tcl
blob: 01188a2b2285ecefff42a98dbefa3b343d4822f6 (plain)
1
2
3
4
5
6
# 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"