diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-17 17:11:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-17 17:11:34 +0000 |
commit | d252b2fa7343cda594e42b311ad191ca4f5e84da (patch) | |
tree | 1e6edc5d2fe5646fd7a0ee589742ccde813168b0 | |
parent | df54d3d3d4aab0481ab8a0e9ad23c97ac039ddf9 (diff) |
merged relevant changes from Pd-extended 0.42backups/externals/hcs/hid@14359
svn path=/trunk/externals/hcs/hid/; revision=14153
-rw-r--r-- | examples/polar-joystick.pd | 1 | ||||
-rw-r--r-- | examples/spiral-joystick.pd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/polar-joystick.pd b/examples/polar-joystick.pd index 6a65caf..e162715 100644 --- a/examples/polar-joystick.pd +++ b/examples/polar-joystick.pd @@ -1,4 +1,5 @@ #N canvas 254 77 472 478 10; +#X declare -path ..; #X obj 163 119 tgl 25 0 empty empty start 1 12 1 9 -225271 -1 -1 0 1; #X msg 226 138 open \$1; diff --git a/examples/spiral-joystick.pd b/examples/spiral-joystick.pd index 9aac4e2..03f4a38 100644 --- a/examples/spiral-joystick.pd +++ b/examples/spiral-joystick.pd @@ -1,4 +1,5 @@ #N canvas 400 56 478 473 10; +#X declare -path ..; #X obj 134 99 tgl 25 0 empty empty start 1 12 1 9 -225271 -1 -1 1 1 ; #X msg 216 118 open \$1; |