SAVIHost Version History
========================
Before V1.42, SAVIHost's history could only be found on KvR (see
http://www.kvraudio.com/product/savihos ... -seib/news
for details); since I can't expect that everyone knows this, I'll keep track
of the changes here, too.
You can mentally add "Lots of bug fixes and internal changes" to each list of
changes; I won't explicitly state that each time
V1.43
=====
Release Date: 2021-04-03
Changes:
- MIDI Controller dialog didn't display controller names correctly in the
VS2008 builds
- Increased MIDI Input Device number to 4 (somebody came up with a perfectly
rational explanation why this would be a good idea
- VST3 enhancements
- Donation dialog is only shown once per version, not once per version and
PlugIn as in previous versions
- if a loaded USB MIDI device is detached and reattached, SAVIHost automatically
reconnects to it (experimental, but works fine for me)
Requires drivers that support DRV_QUERYDEVICEINTERFACE (not all do)
- MIDI->Parameter and Parameter->MIDI added
- Wave device names ending in blank characters caused problems; should be
corrected
- JUCE 5-generated VST3 PlugIns couldn't start
- Donate dialog is a web browser window now
- Int32MSB16/18/20/24 and Int32LSB16/18/20/24 ASIO sample types work
better now
- ASIO driver unloading didn't release buffers before closing; corrected
(funny that it took about 15 years until I came across a driver that
reacts badly to that)
- Cursor Up/Down/Left/Right didn't work on the keyboard bar; corrected
- /noavrt command line option added (automatically set if running in a
WINE environment, as this would kill SAVIHost otherwise)
- VST3 PlugIn Editor context menu corrected
- Status bar didn't resize correctly for very narrow PlugIns
Developer Hermann Seib.