]> Shamusworld >> Repos - wozmaker/blobdiff - src/waveformwidget.cpp
Move saving code to fileio, add WOZ2 support, misc. DSP tweaks.
[wozmaker] / src / waveformwidget.cpp
index e3ca3bfffa6e9a51f8c60e397d8a4139b1c747a2..5368a8bcc5d3bf2d110b4e17f96911ad3c2f70d3 100644 (file)
@@ -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);