Bandplan system

This commit is contained in:
Ryzerth
2020-08-04 21:34:56 +02:00
parent cd7e5cf1bc
commit 022898c61d
155 changed files with 49138 additions and 107 deletions

View File

@@ -298,7 +298,7 @@ namespace ImGui {
}
void WaterFall::onPositionChange() {
printf("Pos changed\n");
// Nothing to see here...
}
void WaterFall::onResize() {
@@ -325,8 +325,6 @@ namespace ImGui {
vRange = findBestRange(fftMax - fftMin, maxVSteps);
vRange = 10.0f;
printf("Resized: %d %d\n", dataWidth, waterfallHeight);
updateWaterfallFb();
}