added a recorder module

This commit is contained in:
Ryzerth
2020-08-18 00:56:51 +02:00
parent b56aab8f74
commit 649be86cb6
11 changed files with 318 additions and 8 deletions

View File

@@ -204,10 +204,10 @@ void windowInit() {
// DSB / CW and RAW modes;
// Write a recorder
// Adjustable "snap to grid" for each VFO
// Bring VFO to a visible plane when changing sample rate if it's smaller
// Fix invalid values on the min/max sliders
// Bring VFO to a visible place when changing sample rate if it's smaller
// Possibility to resize waterfall and menu
// Have a proper root directory
// Switch to double for all frequecies and bandwidth
// Update UI settings
fftMin = config::config["min"];
@@ -672,10 +672,6 @@ void drawWindow() {
ImGui::Spacing();
}
if (ImGui::CollapsingHeader("Recording")) {
ImGui::Spacing();
}
if(ImGui::CollapsingHeader("Debug")) {
ImGui::Text("Frame time: %.3f ms/frame", 1000.0f / ImGui::GetIO().Framerate);
ImGui::Text("Framerate: %.1f FPS", ImGui::GetIO().Framerate);