diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-22 21:41:11 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-22 21:41:11 -0500 |
commit | e080a26651f90c88176140d63a74c93c2f4041a2 (patch) | |
tree | 801a9726341a123e479516f94d564a3cade0cb91 /gui/wxmain.hpp | |
parent | 04e23e9ad7cce2da3c6d1076f06d2064acd837c6 (diff) |
add SampleBuffer and ErrorManager; WAV testing
Diffstat (limited to 'gui/wxmain.hpp')
-rw-r--r-- | gui/wxmain.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/wxmain.hpp b/gui/wxmain.hpp index ec30f1f..8068784 100644 --- a/gui/wxmain.hpp +++ b/gui/wxmain.hpp @@ -13,6 +13,7 @@ #define WXMAIN_HPP_ #include "stmdsp.hpp" +#include "wav.hpp" #include <fstream> #include <future> @@ -75,6 +76,7 @@ private: wxString m_temp_file_name; stmdsp::device *m_device = nullptr; + wav::clip *m_wav_clip = nullptr; bool tryDevice(); void prepareEditor(); |