hi,
this may happen if an array itself was renamed, but tabwrite~ was not
set' to a new name. The immediate consequence is that tabwrite~ still records to a renamed array, but fails to redraw it. This failure is treated as an internal bug. Whether this is the
right'
behaviour, I do not know, but there is a real bug lurking here anyway,
which I will report in a separate post.
You may play with `check-array.pd' attachment, which reliably fails to pass tabwrite~ consistency checks...
Krzysztof
Joseph Zitt wrote: ...
I'm also occasionally getting on the console screen "Consistency check failed: tabwrite_tilde_tick". Any idea what this is and if I should worry?
#N canvas 207 232 521 362 12; #X msg 34 28 bang ; pd dsp 1 ; mew rename grrr...; #X msg 85 138 bang; #X obj 34 234 tabwrite~ mew; #X graph graph1 0 -1 99 1 261 312 461 172; #X array mew 100 float 0; #X pop; #X connect 0 0 2 0; #X connect 1 0 2 0;