aboutsummaryrefslogtreecommitdiff
path: root/pianoroll.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'pianoroll.tcl')
-rw-r--r--pianoroll.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pianoroll.tcl b/pianoroll.tcl
index eccadce..b3bec53 100644
--- a/pianoroll.tcl
+++ b/pianoroll.tcl
@@ -34,13 +34,13 @@ proc pianoroll_apply {id} {
[eval concat $$var_graph_defvalue] \
[eval concat $$var_graph_save] \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc pianoroll_cancel {id} {
set cmd [concat $id cancel \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc pianoroll_ok {id} {