- 07 Nov, 2020 3 commits
-
-
Etienne Dechamps authored
This was a direct request from Steinberg.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
- 18 Oct, 2020 1 commit
-
-
Etienne Dechamps authored
-
- 15 Oct, 2020 1 commit
-
-
Etienne Dechamps authored
-
- 04 Sep, 2020 15 commits
-
-
Etienne Dechamps authored
The previous layout is obsolete now that Visual Studio outputs build artefacts in out/ instead of CMakeBuilds.
-
Etienne Dechamps authored
See #86.
-
Etienne Dechamps authored
Closes #77.
-
Etienne Dechamps authored
To catch config file changes that happened before CreateBuffers(), we unconditionally check the file when the watcher starts. This is likely more efficient and makes the code much simpler since there is no need to deal with the watcher racing with the PreparedState construction or destruction.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
This prevents issues such as spurious resets due to the configuration file being opened in some kind of intermediate state.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
Fixes #57.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
_com_error is problematic because std::exception-based catch code won't know how to handle it.
-
Etienne Dechamps authored
-
- 03 Sep, 2020 8 commits
-
-
Etienne Dechamps authored
See #73.
-
Etienne Dechamps authored
See #73.
-
Etienne Dechamps authored
See #87.
-
Etienne Dechamps authored
Fixes #85.
-
Etienne Dechamps authored
Fixes #88.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
Fixes #66.
-
Etienne Dechamps authored
-
- 02 Sep, 2020 8 commits
-
-
Etienne Dechamps authored
Fixes #60.
-
Etienne Dechamps authored
Fixes #50.
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
-
Etienne Dechamps authored
This prevents crashes when methods are called on an uninitialized driver; proper ASIO errors will be returned instead. Fixes #74.
-
- 01 Sep, 2020 1 commit
-
-
Etienne Dechamps authored
This fixes the following when building FlexASIO/cflexasio.cpp and FlexASIO/comdll.cpp: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\ATLMFC\include\atlbase.h(6125): error C2220: the following warning is treated as an error C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\ATLMFC\include\atlbase.h(6119): warning C6385: Reading invalid data from 'pszValue': the readable size is '*pnChars*1' bytes, but '2' bytes may be read.: Lines: 6095, 6100, 6101, 6102, 6104, 6105, 6107, 6110, 6111, 6113, 6115, 6117, 6119 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\ATLMFC\include\atlbase.h(5344): warning C6001: Using uninitialized memory '***this.m_pApartments.m_hThread'.: Lines: 5320, 5323, 5324, 5325, 5327, 5329, 5334, 5344, 5345, 5325, 5327, 5329, 5334, 5344, 5345, 5344 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\ATLMFC\include\atlbase.h(5319): note: while compiling class template member function 'ATL::CAtlAutoThreadModuleT<ATL::CAtlAutoThreadModule,ATL::CComSimpleThreadAllocator,4294967295>::~CAtlAutoThreadModuleT(void)'
-
- 27 Dec, 2019 1 commit
-
-
Etienne Dechamps authored
See #61.
-
- 23 Jun, 2019 2 commits
-
-
Etienne Dechamps authored
This feature was introduced in PortAudio commit aa0748a5b59491ba2cfa9943825653cde6e1f748. It is enabled by default since that makes WASAPI Shared much easier to use; it can be disabled through the new FlexASIO wasapiAutoConvert option. Fixes #32.
-
Etienne Dechamps authored
-