diff options
Diffstat (limited to 'exciter.tcl')
-rw-r--r-- | exciter.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
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} { |