aboutsummaryrefslogtreecommitdiff
path: root/examples/polar-joystick.pd
blob: e6a00924d4c25eb9ef929209da7ba86d56f4f346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#N canvas 628 147 472 478 10;
#X obj 163 119 tgl 25 0 empty empty start 1 12 1 9 -225271 -1 -1 1
1;
#X msg 226 138 open \$1;
#X obj 226 118 hradio 15 1 1 8 \$0-device-number empty choose_a_device
0 -6 1 9 -225271 -1 -1 3;
#X obj 200 118 nbx 1 14 -1e+37 1e+37 0 0 empty \$0-device-number empty
0 -6 0 14 -166441 -1 -1 3 256;
#X msg 112 119 print;
#X obj 201 288 mtof;
#X obj 201 308 osc~;
#X obj 142 345 *~;
#X obj 142 391 dac~;
#X obj 101 295 line~;
#X msg 101 273 \$1 5;
#X text 25 38 This patch uses the angle of the joystick to control
pitch and the distance from the centerpoint to control amplitude. The
joystick Z/twist is mapped to pan.;
#X obj 142 369 pan~;
#X text 254 444 released under the GNU GPL;
#X text 40 429 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 14 9 polar_joystick;
#X obj 164 172 hid/joystick 3;
#X obj 201 204 invert;
#X obj 291 11 import mapping;
#X obj 143 226 polar;
#X obj 101 254 hid/hid_cube;
#X obj 201 248 hid/hid_log;
#X obj 201 268 notescale 50 74;
#X connect 0 0 16 0;
#X connect 1 0 16 0;
#X connect 2 0 1 0;
#X connect 4 0 16 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 7 0 12 0;
#X connect 9 0 7 1;
#X connect 10 0 9 0;
#X connect 12 0 8 0;
#X connect 12 1 8 1;
#X connect 16 0 19 0;
#X connect 16 1 17 0;
#X connect 16 2 12 1;
#X connect 17 0 19 1;
#X connect 19 0 20 0;
#X connect 19 1 21 0;
#X connect 20 0 10 0;
#X connect 21 0 22 0;
#X connect 22 0 5 0;