From 13dd60a5a26163fb53537c5f9d495205047f8bde Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 28 Nov 2004 04:59:47 +0000 Subject: updated and cleaned up pd objects and help files; made joystick noise maker subpatch svn path=/trunk/externals/hcs/hid/; revision=2335 --- hid_invert.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hid_invert.pd (limited to 'hid_invert.pd') diff --git a/hid_invert.pd b/hid_invert.pd new file mode 100644 index 0000000..c7eceb7 --- /dev/null +++ b/hid_invert.pd @@ -0,0 +1,14 @@ +#N canvas 360 364 381 307 10; +#X obj 70 32 inlet; +#X obj 84 249 outlet; +#X text 140 249 output range: 0 to 1; +#X text 9 5 [hid_invert]; +#X text 118 32 input range: 0 to 1; +#X obj 84 142 -; +#X msg 70 122 1; +#X obj 70 103 t b f; +#X connect 0 0 7 0; +#X connect 5 0 1 0; +#X connect 6 0 5 0; +#X connect 7 0 6 0; +#X connect 7 1 5 1; -- cgit v1.2.1