From fae7ba0f39467caa212e823d06dbda784a469297 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 25 Aug 2007 19:43:33 +0000 Subject: Updated Makefile to reflect Ubuntu file layout, fixed a bug in help patch. svn path=/trunk/externals/input_noticer/; revision=8689 --- Makefile | 4 ++-- input_noticer-help.pd | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 5c6dde5..215b2a7 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ clean: ; rm -f *.pd_linux *.o *~ # 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 +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/lib/pd/extra +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 ----------------------- diff --git a/input_noticer-help.pd b/input_noticer-help.pd index 6f0a184..6ad4dc0 100644 --- a/input_noticer-help.pd +++ b/input_noticer-help.pd @@ -1,4 +1,4 @@ -#N canvas 0 25 1367 915 10; +#N canvas 196 114 1367 915 10; #X obj 49 116 route 0 1; #X obj 49 10 loadbang; #X obj 49 45 input_noticer joystick "SideWinder Dual Strike"; @@ -39,7 +39,6 @@ interprets the number as follows:; #X obj 79 294 hid 0; #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 left with the second list element \, like /dev/input/event5; @@ -66,17 +65,18 @@ design.; #X floatatom 79 365 5 0 0 0 - - -; #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; #X connect 2 0 0 0; #X connect 3 0 2 0; #X connect 14 0 15 0; #X connect 15 0 18 0; -#X connect 16 0 30 0; +#X connect 16 0 29 0; #X connect 17 0 16 0; -#X connect 18 0 19 0; +#X connect 18 0 33 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; +#X connect 29 0 31 0; +#X connect 31 0 30 0; +#X connect 31 1 32 0; +#X connect 33 0 16 0; -- cgit v1.2.1