aboutsummaryrefslogtreecommitdiff
path: root/examples/spiral-joystick.pd
blob: fb5e21cced4238ed145da3f332449cdeb92b9fd3 (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
51
52
#N canvas 645 306 478 473 10;
#X obj 323 10 import mapping;
#X obj 134 99 tgl 25 0 empty empty start 1 12 1 9 -225271 -1 -1 1 1
;
#X msg 196 118 open \$1;
#X obj 196 98 hradio 15 1 1 8 \$0-device-number empty choose_a_device
0 -6 1 9 -225271 -1 -1 3;
#X obj 170 98 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 81 99 print;
#X obj 165 282 osc~;
#X obj 98 345 *~;
#X obj 98 386 dac~;
#X obj 58 283 line~;
#X msg 58 261 \$1 5;
#X text 25 32 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 98 366 pan~;
#X text 254 432 released under the GNU GPL;
#X text 40 417 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
#X obj 165 262 pow 3;
#X text 189 211 set 440 as start;
#X obj 165 241 + 7.60591;
#X text 187 223 (7.60591 ^ 3 = 440.001);
#X text 14 9 spiral_joystick;
#X obj 134 142 hid/joystick 3;
#X obj 165 174 invert;
#X obj 100 198 spiral;
#X obj 58 242 hid/hid_cube;
#X floatatom 231 172 5 0 0 0 - - -;
#X connect 1 0 20 0;
#X connect 2 0 20 0;
#X connect 3 0 2 0;
#X connect 5 0 20 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 15 0 6 0;
#X connect 17 0 15 0;
#X connect 20 0 22 0;
#X connect 20 1 21 0;
#X connect 20 1 24 0;
#X connect 20 2 12 1;
#X connect 21 0 22 1;
#X connect 22 0 23 0;
#X connect 22 1 17 0;
#X connect 23 0 10 0;