X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwaveformwidget.cpp;fp=src%2Fwaveformwidget.cpp;h=5368a8bcc5d3bf2d110b4e17f96911ad3c2f70d3;hb=98e7923e3e81d05395dbadf4c4f2fba137feeff1;hp=e3ca3bfffa6e9a51f8c60e397d8a4139b1c747a2;hpb=5e24dd2c9ee075606fcea37770c141528ab96fc6;p=wozmaker diff --git a/src/waveformwidget.cpp b/src/waveformwidget.cpp index e3ca3bf..5368a8b 100644 --- a/src/waveformwidget.cpp +++ b/src/waveformwidget.cpp @@ -14,7 +14,7 @@ // Local variables -static uint32_t slip[9]; +static uint32_t slip[6]; static bool foundBad = false; @@ -72,6 +72,7 @@ void WaveformWidget::HandleUpdate(void) Global::swLen = 0; +// !!! FIX !!! Need to take this out so it uses the already synthesized stuff done in the parallel thread... if (Global::streamCount > 1) { // Try aligning streams algorithmically... @@ -560,7 +561,7 @@ x positions are 16 pix apart, ideally. So to get the # of bits, we need to divi char buf[10]; - if ((i % 100) == 0) + if ((i % 10) == 0) { sprintf(buf, "|%d", i + 1); painter.setPen(whitePen);