Skip to content

v2.3.0

Compare
Choose a tag to compare
@Falcosoft Falcosoft released this 21 Feb 13:46
· 26 commits to master since this release
  1. Added Unload VSTi plugin button to unload/remove plugins from list.
  2. Plugin list dropdown is extended to show full paths.
  3. Improved handling of plugins that do not report vendor/product info (e.g. YAMAHA S-YXG2006LE)
  4. Added saving/loading and sending last used SysEx reset at start. This can prevent some plugins to always start in non-optimal default state.
    (e.g. YAMAHA S-YXG2006LE always starts in XG mode and in XG mode drums can be a problem when GS files are played).
  5. All plugins are kept loaded the same way as SC-VA has been so far. Added KeepDriverLoaded option to registry so you can disable it and revert back to previous behavior. KeepDriverLoaded on means that once the driver is loaded by a Midi client the driver and the system tray menu as well as the currently loade plugin stay loaded until the client is closed. The on state can be useful in case of some Midi/Multimedia players like Van Basco and WMP that always close Midi Out ports when playback is stopped and/or focus is lost (and thus the driver's tray menu also disappears). The off state is somewhat more compatible and conform better to specification.
  6. Fixed vsthost's SysEx related memory leak (inherited from previous forks).
  7. Fixed rare problem of hanging Midi stream when ASIO/WASAPI output is used.
  8. Many other under the hood optimizations and fixes.

This version still works with Windows NT4 SP6/2000/XP/Vista/7/8/10/11 but on NT4 ASIO output mode is no longer available (new version of BassAsio requires SSE support).