aboutsummaryrefslogtreecommitdiffstats
path: root/gui/stmdsp.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-23 14:25:04 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-23 14:25:04 -0500
commitec2e1fd5c6271bdf45ce22b3bb5cd3b690d92d5b (patch)
treeb00b4f56132b743a64d61dc4652dc1d88b0853fd /gui/stmdsp.hpp
parent716be4fc87412541fb1305c8592245a36104b584 (diff)
increase signal buffers; fix oversample
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r--gui/stmdsp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp
index 4551483..9db9df6 100644
--- a/gui/stmdsp.hpp
+++ b/gui/stmdsp.hpp
@@ -19,7 +19,7 @@
namespace stmdsp
{
- constexpr unsigned int SAMPLES_MAX = 3000;
+ constexpr unsigned int SAMPLES_MAX = 4000;
class scanner
{