diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-22 09:18:18 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-22 09:18:18 -0400 |
commit | 2c9892cc3e68f00e71cf3d3b066a0c7080e1e220 (patch) | |
tree | f161e25567c9622ad2a6129d317faf0169b333ea /gui/wxmain.hpp | |
parent | 4b523f98c86f7f953b5c19fe414811c27857d78a (diff) |
set sampling rate
Diffstat (limited to 'gui/wxmain.hpp')
-rw-r--r-- | gui/wxmain.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/wxmain.hpp b/gui/wxmain.hpp index 60c3ee1..c46ed95 100644 --- a/gui/wxmain.hpp +++ b/gui/wxmain.hpp @@ -37,6 +37,7 @@ public: void onRunUpload(wxCommandEvent&); void onRunUnload(wxCommandEvent&); void onRunEditBSize(wxCommandEvent&); + void onRunEditSRate(wxCommandEvent&); void onRunGenUpload(wxCommandEvent&); void onRunGenStart(wxCommandEvent&); |