From 2cbf5e7af1913d1d26dce4a8380324038906f513 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 15 May 2008 22:31:03 +0000 Subject: help file renamed svn path=/trunk/externals/pdvjtools/; revision=9813 --- imagegrid/Makefile | 2 +- imagegrid/help-imagegrid.pd | 25 ------------------------- imagegrid/imagegrid-help.pd | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100755 imagegrid/help-imagegrid.pd create mode 100755 imagegrid/imagegrid-help.pd (limited to 'imagegrid') diff --git a/imagegrid/Makefile b/imagegrid/Makefile index ccfe750..e779a7f 100755 --- a/imagegrid/Makefile +++ b/imagegrid/Makefile @@ -31,7 +31,7 @@ LINUXINCLUDE = -I$(PD_SRC) -I/usr/include/ # ---------------------------------------------------------- install: - cp help-*.pd ../../doc/5.reference + cp *-help.pd ../../doc/5.reference clean: rm -f *.o *.pd_* so_locations diff --git a/imagegrid/help-imagegrid.pd b/imagegrid/help-imagegrid.pd deleted file mode 100755 index 019815c..0000000 --- a/imagegrid/help-imagegrid.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 439 199 580 378 10; -#X text 24 13 IMAGEGRID; -#X symbolatom 79 304 60 0 0 0 - - -; -#X obj 79 67 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 --1; -#X text 184 110 ADD IMAGES FROM FOLDER; -#X text 184 60 ADD A IMAGE; -#X text 77 50 LIST STDOUT; -#X text 81 324 LOCATION OF THE SELECTED IMAGE; -#X text 25 29 Object to select the path location of an image added -in the grid.; -#X msg 185 124 putimgdir /usr/local/lib/pd/extra/imagegrid/images; -#X msg 186 74 putimg /usr/local/lib/pd/extra/imagegrid/images/logo100.gif -; -#X msg -19 98 clear; -#X obj 78 156 imagegrid imagegrid1 3 5 #F0F0F0 #0a0b0c #F1882B; -#X floatatom 27 77 5 0 0 0 - - -; -#X msg 27 97 seek \$1; -#X connect 2 0 11 0; -#X connect 8 0 11 0; -#X connect 9 0 11 0; -#X connect 10 0 11 0; -#X connect 11 0 1 0; -#X connect 12 0 13 0; -#X connect 13 0 11 0; diff --git a/imagegrid/imagegrid-help.pd b/imagegrid/imagegrid-help.pd new file mode 100755 index 0000000..019815c --- /dev/null +++ b/imagegrid/imagegrid-help.pd @@ -0,0 +1,25 @@ +#N canvas 439 199 580 378 10; +#X text 24 13 IMAGEGRID; +#X symbolatom 79 304 60 0 0 0 - - -; +#X obj 79 67 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X text 184 110 ADD IMAGES FROM FOLDER; +#X text 184 60 ADD A IMAGE; +#X text 77 50 LIST STDOUT; +#X text 81 324 LOCATION OF THE SELECTED IMAGE; +#X text 25 29 Object to select the path location of an image added +in the grid.; +#X msg 185 124 putimgdir /usr/local/lib/pd/extra/imagegrid/images; +#X msg 186 74 putimg /usr/local/lib/pd/extra/imagegrid/images/logo100.gif +; +#X msg -19 98 clear; +#X obj 78 156 imagegrid imagegrid1 3 5 #F0F0F0 #0a0b0c #F1882B; +#X floatatom 27 77 5 0 0 0 - - -; +#X msg 27 97 seek \$1; +#X connect 2 0 11 0; +#X connect 8 0 11 0; +#X connect 9 0 11 0; +#X connect 10 0 11 0; +#X connect 11 0 1 0; +#X connect 12 0 13 0; +#X connect 13 0 11 0; -- cgit v1.2.1