Can someone help me out here , I've done this a million times but this is really getting on me
The uzi spits outs values 1-64
It first goes into the expr..which divides the uzi stream ( $f1 ) by the length o the table (64) , multiplied by 2pi radians .
This goes into a cosine into ( cold inlet )of float .
The float is banged only when the TBF has written it's first index .
Problem is that the first value is never written .
I've disconnected the order multiple times and the same result occurs .
Only when reloading the patch it works fine ( edit it doesn't )
[uzibug.pd](/uploads/files/1714834042641-uzibug.pd) Insert Code Here
#N canvas 827 239 527 327 12;
#X obj 385 680 tabwrite this, f 39;
#N canvas 0 0 450 250 (subpatch) 0;
#X array this 64 float 2;
#X coords 0 1 64 -1 450 215 1;
#X restore 148 69 graph;
#X floatatom 72 471 5 0 0 0 - - - 12;
#X msg 72 530 \; this color \$1 \;;
#X obj 435 309 bng 60 250 50 0 empty empty Bang\ \ 68 30 0 44 #333333 #eeeeee #e43009;
#X obj 385 580 cos;
#X msg 193 532 \; this width \$1 \;;
#X floatatom 193 471 5 0 0 0 - - - 12;
#X obj 385 643 f;
#X obj 435 394 uzi 64, f 30;
#X obj 385 514 expr ($f1/64)*(3.1415*$f2), f 23;
#X floatatom 722 428 5 0 0 0 - - - 12;
#X obj 622 600 t b f;
#X obj 727 319 loadbang;
#X msg 728 394 2;
#X msg 816 360 \; this color 298 \; this width 2 \;;
#X connect 2 0 3 0;
#X connect 4 0 9 0;
#X connect 5 0 8 1;
#X connect 7 0 6 0;
#X connect 8 0 0 0;
#X connect 9 2 10 0;
#X connect 9 2 12 0;
#X connect 10 0 5 0;
#X connect 11 0 10 1;
#X connect 12 0 8 0;
#X connect 12 1 0 1;
#X connect 13 0 14 0;
#X connect 13 0 15 0;
#X connect 14 0 11 0;