diff options
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r-- | gui/stmdsp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index a9b8b7e..46113bf 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -8,6 +8,8 @@ namespace stmdsp { + constexpr unsigned int SAMPLES_MAX = 4000; + class scanner { private: |