annotate SwordLogInterpWii/centreAngles.pd @ 231:83c198c642e4
Difference frequency sorted to remain constant during lock in.
Main patch tidied up, reducing the number of connections across the GUI.
author |
Rod Selfridge <r.selfridge@qmul.ac.uk> |
date |
Mon, 25 Jul 2016 20:04:24 +0100 |
parents |
fbfc8f1c6515 |
children |
|
rev |
line source |
r@195
|
1 #N canvas 55 100 1362 700 10;
|
r@195
|
2 #X text 523 -7 Calculate the angles with respect to the centre of the
|
r@195
|
3 swing circle;
|
r@195
|
4 #X obj 220 242 outlet~;
|
r@196
|
5 #X obj 515 239 outlet~;
|
r@196
|
6 #X obj 220 197 line~;
|
r@196
|
7 #X obj 515 199 line~;
|
r@195
|
8 #X text 283 237 Current Sword Azimuth angle;
|
r@196
|
9 #X text 578 232 Current Sword Elevation angle;
|
r@196
|
10 #X obj 220 153 r sweepAzim;
|
r@196
|
11 #X obj 515 153 r sweepElev;
|
r@196
|
12 #X msg 220 175 \$1 50;
|
r@196
|
13 #X msg 515 176 \$1 50;
|
r@196
|
14 #X obj 220 219 lop~ 100;
|
r@196
|
15 #X obj 515 219 lop~ 100;
|
r@196
|
16 #X connect 3 0 11 0;
|
r@196
|
17 #X connect 4 0 12 0;
|
r@196
|
18 #X connect 7 0 9 0;
|
r@196
|
19 #X connect 8 0 10 0;
|
r@196
|
20 #X connect 9 0 3 0;
|
r@195
|
21 #X connect 10 0 4 0;
|
r@196
|
22 #X connect 11 0 1 0;
|
r@196
|
23 #X connect 12 0 2 0;
|