mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-26 01:34:43 +01:00
New readme
This commit is contained in:
parent
94074bea98
commit
6bfe15b14e
@ -1,4 +1,5 @@
|
|||||||
# SDR++, The bloat-free SDR software.
|
# SDR++, The bloat-free SDR software.
|
||||||
|
![Screenshot](https://i.imgur.com/LjcjyNC.png)
|
||||||
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
||||||
|
|
||||||
## Current Features
|
## Current Features
|
||||||
@ -25,6 +26,7 @@ SDR++ is a cross-platform and open source SDR software with the aim of being blo
|
|||||||
* other small customisation options
|
* other small customisation options
|
||||||
* Save waterfall and demod settings between sessions
|
* Save waterfall and demod settings between sessions
|
||||||
* "Hide sidebar" option
|
* "Hide sidebar" option
|
||||||
|
* Input filter bandwidth option
|
||||||
|
|
||||||
## Known issues (please check before reporting)
|
## Known issues (please check before reporting)
|
||||||
* Random crashes (yikes)
|
* Random crashes (yikes)
|
||||||
|
@ -402,12 +402,12 @@ void drawWindow() {
|
|||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
|
|
||||||
ImGui::Text("Max");
|
ImGui::Text("Max");
|
||||||
ImGui::VSliderFloat("##_8_", ImVec2(20.0f, 150.0f), &fftMax, -100.0f, 0.0f, "");
|
ImGui::VSliderFloat("##_8_", ImVec2(20.0f, 150.0f), &fftMax, 0.0f, -100.0f, "");
|
||||||
|
|
||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
|
|
||||||
ImGui::Text("Min");
|
ImGui::Text("Min");
|
||||||
ImGui::VSliderFloat("##_9_", ImVec2(20.0f, 150.0f), &fftMin, -100.0f, 0.0f, "");
|
ImGui::VSliderFloat("##_9_", ImVec2(20.0f, 150.0f), &fftMin, 0.0f, -100.0f, "");
|
||||||
|
|
||||||
if (bw != lastBW) {
|
if (bw != lastBW) {
|
||||||
lastBW = bw;
|
lastBW = bw;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user