aboutsummaryrefslogtreecommitdiff
path: root/filterbank~.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'filterbank~.tcl')
-rw-r--r--filterbank~.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filterbank~.tcl b/filterbank~.tcl
index 4143802..4e0e75e 100644
--- a/filterbank~.tcl
+++ b/filterbank~.tcl
@@ -14,13 +14,13 @@ proc filterbank_apply {id} {
[eval concat $$var_graph_highfreq] \
\;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc filterbank_cancel {id} {
set cmd [concat $id cancel \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc filterbank_ok {id} {