Bandplan system
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user