mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-09 17:35:27 -04:00
ScopeVisualProcessor now working
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "ScopeVisualProcessor.h"
|
||||
|
||||
void ScopeVisualProcessor::process() {
|
||||
if (isOutputEmpty()) {
|
||||
if (!isOutputEmpty()) {
|
||||
return;
|
||||
}
|
||||
if (!input->empty()) {
|
||||
|
||||
Reference in New Issue
Block a user