From b55d6563278e410683156d11f94b7da5d2d56b45 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 10 Nov 2011 21:41:08 +0000 Subject: you want a symbol on the 2nd inlet svn path=/trunk/externals/tclfile/; revision=15718 --- exists.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exists.tcl') diff --git a/exists.tcl b/exists.tcl index a74aa84..66fa71c 100644 --- a/exists.tcl +++ b/exists.tcl @@ -20,7 +20,7 @@ proc+ exists::0_bang {self} { pd::outlet $self 0 float [file exists $@filename] } -proc+ exists::1_anything {self args} { +proc+ exists::1_symbol {self args} { # COLD inlet set @filename [pd::arg 0 symbol] } -- cgit v1.2.1