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 --- exciter.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exciter.tcl') diff --git a/exciter.tcl b/exciter.tcl index c0280e6..11b94e4 100644 --- a/exciter.tcl +++ b/exciter.tcl @@ -25,13 +25,13 @@ proc exciter_apply {id} { [eval concat $$var_graph_loop] \ [eval concat $$var_graph_save] \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc exciter_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc exciter_ok {id} { -- cgit v1.2.1