diff options
Diffstat (limited to 'audience~.tcl')
-rw-r--r-- | audience~.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audience~.tcl b/audience~.tcl index fcf7458..49ea0bd 100644 --- a/audience~.tcl +++ b/audience~.tcl @@ -17,13 +17,13 @@ proc audience_apply {id} { [eval concat $$var_graph_nboutputs] \ \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc audience_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc audience_ok {id} { |