aboutsummaryrefslogtreecommitdiff
path: root/scratcher~.tcl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-03-06 15:31:25 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit4af100ae51803d44af9d7e52da4f9454b4721715 (patch)
tree5b0fa834af8eee760993b81ea59dd37c146edc3f /scratcher~.tcl
parent02492105462a34bde7b607802873cd52d1e3a1f4 (diff)
use pdsend proc to support Pd >= 0.43
svn path=/trunk/externals/unauthorized/; revision=16049
Diffstat (limited to 'scratcher~.tcl')
-rw-r--r--scratcher~.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scratcher~.tcl b/scratcher~.tcl
index bc8ad6f..34f1909 100644
--- a/scratcher~.tcl
+++ b/scratcher~.tcl
@@ -14,13 +14,13 @@ proc scratcher_apply {id} {
[eval concat $$var_graph_height] \
\;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc scratcher_cancel {id} {
set cmd [concat $id cancel \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc scratcher_ok {id} {