[PD-cvs] externals/input_noticer Makefile, 1.2, 1.3 input_noticer-help.pd, 1.2, 1.3

David Merrill david_merrill at users.sourceforge.net
Sat Aug 25 21:43:35 CEST 2007


Update of /cvsroot/pure-data/externals/input_noticer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16344

Modified Files:
	Makefile input_noticer-help.pd 
Log Message:
Updated Makefile to reflect Ubuntu file layout, fixed a bug in help patch.



Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/input_noticer/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	9 Aug 2006 01:14:06 -0000	1.2
--- Makefile	25 Aug 2007 19:43:33 -0000	1.3
***************
*** 7,15 ****
  # installs all compiled externals.
  # you'll want to change this to match where your externals live
! install: ; sudo cp *.pd_linux /usr/lib/pd/extra
  
  # installs the input_noticer
  # you'll want to change this to match where your externals live
! install_noticer: ; cp input_noticer.pd_linux /usr/lib/pd/extra
  
  # ----------------------- LINUX i386 -----------------------
--- 7,15 ----
  # installs all compiled externals.
  # you'll want to change this to match where your externals live
! install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra
  
  # installs the input_noticer
  # you'll want to change this to match where your externals live
! install_noticer: ; cp input_noticer.pd_linux /usr/local/lib/pd/extra ; cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/
  
  # ----------------------- LINUX i386 -----------------------

Index: input_noticer-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/input_noticer/input_noticer-help.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** input_noticer-help.pd	9 Aug 2006 07:07:24 -0000	1.2
--- input_noticer-help.pd	25 Aug 2007 19:43:33 -0000	1.3
***************
*** 1,3 ****
! #N canvas 0 25 1367 915 10;
  #X obj 49 116 route 0 1;
  #X obj 49 10 loadbang;
--- 1,3 ----
! #N canvas 196 114 1367 915 10;
  #X obj 49 116 route 0 1;
  #X obj 49 10 loadbang;
***************
*** 40,44 ****
  #X msg 79 250 open \$1;
  #X obj 49 221 t b f;
- #X msg 34 249 start;
  #X text 173 181 <- converts '/dev/input/eventX' to 'X';
  #X text 11 476 Use [route] to separate the messages \, and you'll be
--- 40,43 ----
***************
*** 67,70 ****
--- 66,70 ----
  #X obj 79 343 route abs_x abs_y;
  #X floatatom 136 367 5 0 0 0 - - -;
+ #X msg 32 250 poll 5;
  #X connect 0 0 14 0;
  #X connect 1 0 2 0;
***************
*** 73,82 ****
  #X connect 14 0 15 0;
  #X connect 15 0 18 0;
! #X connect 16 0 30 0;
  #X connect 17 0 16 0;
! #X connect 18 0 19 0;
  #X connect 18 1 17 0;
! #X connect 19 0 16 0;
! #X connect 30 0 32 0;
! #X connect 32 0 31 0;
! #X connect 32 1 33 0;
--- 73,82 ----
  #X connect 14 0 15 0;
  #X connect 15 0 18 0;
! #X connect 16 0 29 0;
  #X connect 17 0 16 0;
! #X connect 18 0 33 0;
  #X connect 18 1 17 0;
! #X connect 29 0 31 0;
! #X connect 31 0 30 0;
! #X connect 31 1 32 0;
! #X connect 33 0 16 0;





More information about the Pd-cvs mailing list