Version 1.0.92
Fix for soul command input silence
There was an issue with larger block sizes and an incorrectly sized internal buffer that caused input streams to not be connected in some situations. This has been resolved
C++ generator updates
The generated C++ requires C++17, and this is now enforced with a #error in the generated code
Additional test cases
The tests have been moved to the tools/tests directory, and additional tests added
Added an option to retrieve a linked HEART program from a patch
Adding this functionality to the patch API starts to make it possible for people to write 3rd-party code generators to cross-compile SOUL into other languages
Various fixes
Resolved some issues around delay processors, resolved issues around unsupported stream types and fixed some midi issues