From d252b2fa7343cda594e42b311ad191ca4f5e84da Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 17 Sep 2010 17:11:34 +0000 Subject: merged relevant changes from Pd-extended 0.42 svn path=/trunk/externals/hcs/hid/; revision=14153 --- examples/polar-joystick.pd | 1 + examples/spiral-joystick.pd | 1 + 2 files changed, 2 insertions(+) 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; -- cgit v1.2.1