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 --- playlist.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playlist.tcl') diff --git a/playlist.tcl b/playlist.tcl index 5a22a05..a4ce6b5 100644 --- a/playlist.tcl +++ b/playlist.tcl @@ -32,13 +32,13 @@ proc playlist_apply {id} { [eval concat $$var_graph_secolor] \ \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc playlist_cancel {id} { set cmd [concat $id cancel \;] #puts stderr $cmd - pd $cmd + pdsend $cmd } proc playlist_ok {id} { -- cgit v1.2.1