Releases: KeppySoftware/OmniMIDI
Releases · KeppySoftware/OmniMIDI
Keppy's Driver (3.1.0.7)
Changelog:
- Undisclosed
Keppy's Driver (3.1.0.6)
Changelog:
- Now the driver will refuse to load itself if VirtualMIDISynth 1.x is installed on the system.
- Changed the WAV output filename from "keppydriveroutput.wav" to "(programname).exe - Keppy's Driver Output File.wav".
You're wondering why is the driver going to unload itself, if VMS 1.x is installed...
Well, VMS causes a DLL Hell with Keppy's Driver libraries (Since they both use BASS), so my driver will get forced to use VMS's libraries, which most of the time are outdated.
Keppy's Driver (3.1.0.5)
Changelog:
- Added a beta feature, called "Output to WAV" mode. Requested by Oscar Moleenaar and other members of the Black MIDI Team, it allows you to output the audio of the driver to an external audio file.
- "Mortis Longdistimus!"
Keppy's Driver (3.1.0.4)
Changelog:
- Fixed a bug in the code that allowed people to open multiple debug windows.
- Mortis Attagstah!
Keppy's Driver (3.1.0.3)
Changelog:
- The configurator has been updated again. Just added some nice stuff.
- Reduced frame size from 512 to 432, to reduce latency. (For Thien Vu)
- HAZAAH!
Keppy's Driver (3.1.0.2)
Changelog:
- Fixed a bug that prevented the configurator from disposing the blank soundfont lists (Used by the soundfonts system to load the soundfonts) and the blank user blacklist. Reported by Frozen Snow.
Keppy's Driver (3.1.0.1)
Changelog:
- Added MIDI out selector to the configurator.
- Added some guides to the configurator.
- Other nice stuff that you probably won't notice.
Keppy's Driver (3.1.0.0)
Changelog:
- New configurator, written in C#! (The VB.NET one is still there, I'll remove it in the next release)
- Removed 3D effects. (They'll not work, even if you use the VB.NET configurator)
- Removed support for non SSE2 CPUs.
Keppy's Driver (3.0.0.5)
Changelog:
- Updated BASSMIDI to version 2.4.9.24.
- Changed default frequency from 44100Hz to 48000Hz.
Keppy's Driver (3.0.0.4)
Changelog:
- Splitted the "Advanced" tab in two different tabs, "Settings" and "Advanced Settings".
- Minor bug fixes.