From c2645dc4003b1391aba9b387a79a66cff1e63d3e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 22 Oct 2002 23:16:30 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r189, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=190 --- externals/grill/py/pd/tcltk.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 externals/grill/py/pd/tcltk.pd (limited to 'externals/grill/py/pd/tcltk.pd') diff --git a/externals/grill/py/pd/tcltk.pd b/externals/grill/py/pd/tcltk.pd new file mode 100644 index 00000000..c1c3b246 --- /dev/null +++ b/externals/grill/py/pd/tcltk.pd @@ -0,0 +1,18 @@ +#N canvas 156 192 610 329 12; +#X obj 328 118 bng 25 250 50 0 empty empty empty 0 -6 0 8 -258699 -1 +-1; +#X msg 94 128 help; +#X text 16 15 py/pyext - Python script objects \, (C)2002 Thomas Grill +; +#X msg 139 127 doc; +#X text 14 49 This demonstrates a tcl/tk dialog. See the tcltk.py file. +; +#X text 10 263 Note: When used concurrently with audio \, you will +notice clicks. This Tk window is NOT called over a net socket \, like +PD is; +#X obj 206 169 pyext tcltk myapp; +#X obj 206 200 print tcltk; +#X connect 0 0 6 1; +#X connect 1 0 6 0; +#X connect 3 0 6 0; +#X connect 6 0 7 0; -- cgit v1.2.1