From 4af100ae51803d44af9d7e52da4f9454b4721715 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Mar 2012 15:31:25 +0000 Subject: use pdsend proc to support Pd >= 0.43 svn path=/trunk/externals/unauthorized/; revision=16049 --- grid.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grid.tcl') diff --git a/grid.tcl b/grid.tcl index fb8d403..6a739e5 100644 --- a/grid.tcl +++ b/grid.tcl @@ -44,13 +44,13 @@ proc grid_apply {id} { [eval concat $$var_graph_ylines] \ \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc grid_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc grid_ok {id} { -- cgit v1.2.1