diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 19:59:20 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-05 19:59:20 -0400 |
commit | a4e2375f049d3949c1a4b9a044d3d1efc6fa7d62 (patch) | |
tree | 54516765cd7bb73e136a90abf23fffaeed73f5ca /source/stmdsp/stmdsp.hpp | |
parent | 9f480396204e8ccdd89779860cb61d4e4aded8b4 (diff) |
draw samples: set time frame
Diffstat (limited to 'source/stmdsp/stmdsp.hpp')
-rw-r--r-- | source/stmdsp/stmdsp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/stmdsp/stmdsp.hpp b/source/stmdsp/stmdsp.hpp index 8da98f2..0b9398e 100644 --- a/source/stmdsp/stmdsp.hpp +++ b/source/stmdsp/stmdsp.hpp @@ -90,6 +90,7 @@ namespace stmdsp serial::Serial m_serial; platform m_platform = platform::Unknown; unsigned int m_buffer_size = SAMPLES_MAX; + unsigned int m_sample_rate = 0; bool m_is_siggening = false; bool m_is_running = false; }; |