Skip to content

Releases: KeppySoftware/OmniMIDI

Keppy's Driver (3.1.0.7)

07 Mar 22:17
Compare
Choose a tag to compare

Changelog:

  • Undisclosed

Keppy's Driver (3.1.0.6)

07 Mar 02:09
Compare
Choose a tag to compare

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)

07 Mar 00:37
Compare
Choose a tag to compare

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)

05 Mar 00:11
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug in the code that allowed people to open multiple debug windows.
  • Mortis Attagstah!

Keppy's Driver (3.1.0.3)

04 Mar 22:47
Compare
Choose a tag to compare

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)

04 Mar 18:04
Compare
Choose a tag to compare

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)

04 Mar 16:50
Compare
Choose a tag to compare

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)

04 Mar 15:22
Compare
Choose a tag to compare

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)

03 Mar 14:09
Compare
Choose a tag to compare

Changelog:

  • Updated BASSMIDI to version 2.4.9.24.
  • Changed default frequency from 44100Hz to 48000Hz.

Keppy's Driver (3.0.0.4)

08 Feb 12:47
Compare
Choose a tag to compare

Changelog:

  • Splitted the "Advanced" tab in two different tabs, "Settings" and "Advanced Settings".
  • Minor bug fixes.