annotate SwordLogInterpWii/centreAngles.pd @ 195:154a4980ed70

Sword - Wii controls added to LoFi and log interp models. Yet to make 100%
author Rod Selfridge <r.selfridge@qmul.ac.uk>
date Tue, 01 Mar 2016 07:22:07 +0000
parents
children fbfc8f1c6515
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@195 5 #X obj 1018 278 outlet~;
r@195 6 #X obj 220 218 line~;
r@195 7 #X obj 1018 252 line~;
r@195 8 #X text 283 237 Current Sword Azimuth angle;
r@195 9 #X text 1081 271 Current Sword Elevation angle;
r@195 10 #X msg 220 184 \$1 5;
r@195 11 #X obj 220 158 r sweepAzim;
r@195 12 #X obj 1018 192 r sweepElev;
r@195 13 #X msg 1018 218 \$1 5;
r@195 14 #X connect 3 0 1 0;
r@195 15 #X connect 4 0 2 0;
r@195 16 #X connect 7 0 3 0;
r@195 17 #X connect 8 0 7 0;
r@195 18 #X connect 9 0 10 0;
r@195 19 #X connect 10 0 4 0;