diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 04:59:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 04:59:47 +0000 |
commit | 13dd60a5a26163fb53537c5f9d495205047f8bde (patch) | |
tree | b90021dd0b10b63fe4bdb12bbdbb939eabffb12d /hid_invert.pd | |
parent | b4b4ddefecfb004e37a5ca3c2d86bfa3312a7064 (diff) |
updated and cleaned up pd objects and help files; made joystick noise maker subpatch
svn path=/trunk/externals/hcs/hid/; revision=2335
Diffstat (limited to 'hid_invert.pd')
-rw-r--r-- | hid_invert.pd | 14 |
1 files changed, 14 insertions, 0 deletions
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; |