From b427a921374af4089762483955e5a59f1c91dc4b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 20 Jul 2020 11:16:37 -0400 Subject: [PATCH 1/3] Increase max value of Navg spinner on WideGraph. --- widgets/widegraph.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/widegraph.ui b/widgets/widegraph.ui index 7deea52c8..b0165e040 100644 --- a/widgets/widegraph.ui +++ b/widgets/widegraph.ui @@ -393,7 +393,7 @@ 1 - 50 + 500 From 07e06de8f331191ecca2c1cbaf08ecddcb3c19fe Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 20 Jul 2020 11:23:30 -0400 Subject: [PATCH 2/3] Increase gain of the yellow "Linear average" plot. --- widgets/plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index 5853e07f6..f5cf5c463 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -210,7 +210,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed) for(int k=0; k Date: Mon, 20 Jul 2020 11:29:58 -0400 Subject: [PATCH 3/3] Add Round-Robin options for cycles of 4, 5, and 6 sequences. --- widgets/mainwindow.ui | 75 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index a3b9fe7cf..d43aa62f7 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -2187,6 +2187,81 @@ list. The list can be maintained in Settings (F2). 3/3 + + + 1/4 + + + + + 2/4 + + + + + 3/4 + + + + + 4/4 + + + + + 1/5 + + + + + 2/5 + + + + + 3/5 + + + + + 4/5 + + + + + 5/5 + + + + + 1/6 + + + + + 2/6 + + + + + 3/6 + + + + + 4/6 + + + + + 5/6 + + + + + 6/6 + +