From eb02a4c33c530156bf8b96e8e8b6fc6deb53dcf8 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Sat, 21 Mar 2009 01:26:02 +0000 Subject: Wrapped all pd functions with sys_lock() and sys_unlock(). Changed listconfig back to sending a value out for each child, rather than creating a PD list from within the external. svn path=/trunk/externals/bbogart/; revision=10882 --- gphoto/gphoto-help.pd | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'gphoto/gphoto-help.pd') diff --git a/gphoto/gphoto-help.pd b/gphoto/gphoto-help.pd index 79dff2c..a259d9d 100644 --- a/gphoto/gphoto-help.pd +++ b/gphoto/gphoto-help.pd @@ -1,10 +1,9 @@ -#N canvas 0 0 638 970 10; +#N canvas 479 0 638 776 10; #X msg 83 48 getconfig model; #X msg 142 83 getconfig capture; #X msg 167 116 getconfig zoom; #X obj 79 221 print; #X msg 59 21 listconfig; -#X msg 189 147 setconfig capture 0; #X msg 209 183 setconfig capture 1; #X msg 205 218 setconfig capture 2; #X text 336 182 cap on?; @@ -16,16 +15,18 @@ -1 -1; #X msg 266 33 capture test2.jpg; #X obj 86 191 gphoto; -#X connect 0 0 15 0; -#X connect 1 0 15 0; -#X connect 2 0 15 0; -#X connect 4 0 15 0; -#X connect 5 0 15 0; -#X connect 6 0 15 0; -#X connect 7 0 15 0; -#X connect 10 0 15 0; -#X connect 11 0 15 0; -#X connect 12 0 15 0; -#X connect 14 0 15 0; -#X connect 15 0 3 0; -#X connect 15 1 13 0; +#X msg 189 147 getconfig iso; +#X text 281 147 <- does not work.; +#X connect 0 0 14 0; +#X connect 1 0 14 0; +#X connect 2 0 14 0; +#X connect 4 0 14 0; +#X connect 5 0 14 0; +#X connect 6 0 14 0; +#X connect 9 0 14 0; +#X connect 10 0 14 0; +#X connect 11 0 14 0; +#X connect 13 0 14 0; +#X connect 14 0 3 0; +#X connect 14 1 12 0; +#X connect 15 0 14 0; -- cgit v1.2.1