mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
New optional detailed FFT system
This commit is contained in:
@ -105,6 +105,8 @@ namespace ImGui {
|
||||
|
||||
void setRawFFTSize(int size, bool lock = true);
|
||||
|
||||
void setFastFFT(bool fastFFT);
|
||||
|
||||
bool centerFreqMoved = false;
|
||||
bool vfoFreqChanged = false;
|
||||
bool bandplanEnabled = false;
|
||||
@ -203,5 +205,7 @@ namespace ImGui {
|
||||
|
||||
bool waterfallVisible = true;
|
||||
bool bandplanVisible = false;
|
||||
|
||||
bool _fastFFT = true;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user