bugfix + work on scanner

This commit is contained in:
AlexandreRouma
2022-07-15 17:17:53 +02:00
parent 8b7afd88f9
commit 5bf5a10a12
79 changed files with 234 additions and 18146 deletions

View File

@ -179,6 +179,9 @@ namespace ImGui {
void setFFTHold(bool hold);
void setFFTHoldSpeed(float speed);
float* acquireLatestFFT(int& width);
void releaseLatestFFT();
bool centerFreqMoved = false;
bool vfoFreqChanged = false;
bool bandplanEnabled = false;
@ -275,6 +278,8 @@ namespace ImGui {
GLuint textureId;
std::recursive_mutex buf_mtx;
std::recursive_mutex latestFFTMtx;
std::mutex texMtx;
float vRange;