Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@Falcosoft Falcosoft released this 31 Mar 15:25
· 10 commits to master since this release
  1. Added general VST editor primarily for editorless plugins.
  2. Added 'Switch UI' button to host editor dialog so general VST editor can be used with any plugins.
  3. Added special 'Switch UI' handling for Yamaha S-YXG50 and derivative plugins (YmF-724, Tyrus). In case of these plugins Switch UI button enables the debug panel since these plugins do not expose any VST parameters so general VST editor would be useless.
  4. Added new VstMidiProxy component. Vst Midi global proxy enables 2 global ports so multiple clients can use the same ports. If it is enabled it also makes the 2 global ports and loaded plugin ready all the time. Autostart with Windows option is also implemented.
  5. Added advanced settings tab to config dialog. On this new tab you can change settings that were available only through the registry so far. You can also start the new global Midi Proxy component from here.
  6. Added conversion of short Midi messages sent with midiOutLongMsg(). VSTi plugins usually cannot handle short messages sent as kVstSysExType. So the driver sends short channel messages always as kVstMidiType.
  7. Fixed Winamp Midi plugin 3.x ANSI/Unicode bug.
  8. Extended save file format to handle multiple VST programs.
  9. Config dialog and VST Midi Proxy dialog react to F1(Help) requests.
  10. Other minor fixes and enhancements.

This version still works with Windows NT4 SP6/2000/XP/Vista/7/8/10/11.
On NT4 ASIO output mode is not available.
The new VstMidiProxy component requires WinXP SP2+ since it requires LooMidi installed and there is no version of LoopMidi that can be installed on pre WinXP SP2.