mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 06:04:39 -04:00
Spectrum panel init fixes, more FFT distributor tweaks
This commit is contained in:
@@ -16,7 +16,7 @@ int FFTDataDistributor::getLinesPerSecond() {
|
||||
}
|
||||
|
||||
void FFTDataDistributor::process() {
|
||||
while (!input->empty()) {
|
||||
if (!input->empty()) {
|
||||
if (!isAnyOutputEmpty()) {
|
||||
return;
|
||||
}
|
||||
@@ -33,7 +33,7 @@ void FFTDataDistributor::process() {
|
||||
}
|
||||
inp->decRefCount();
|
||||
} else {
|
||||
continue;
|
||||
return;
|
||||
}
|
||||
|
||||
// number of seconds contained in input
|
||||
|
||||
Reference in New Issue
Block a user