Skip to content

Releases: BlackMIDIDevs/OmniConverter

OmniConverter PR - 1.0.0 r81

28 Feb 03:10
Compare
Choose a tag to compare
Pre-release

Changelog:

  • The converter no longer tries to render anything before the first note, improving performance on per-track render for longer MIDIs. @khang06
  • Fixed meta events on the same tick being put in a nondeterministic order when converting MIDIs per track. @khang06
  • Improved accuracy of note counter, and improved performance when preparing MIDI for the conversion process. @khang06
  • Fixed issue that caused BASSFLAC to not get loaded in memory, under Linux and macOS. @KaleidonKep99
  • Improved code to slightly improve conversion speed and overall performance. @KaleidonKep99
  • Updated XSynth binaries. I was shipping the wrong versions, plus they were compiled in debug mode, oops! @KaleidonKep99
  • Fixed issue that caused the settings in the JSON file to fail to load, after adding a SoundFont to the SoundFonts list. @KaleidonKep99

For Linux and macOS users wanting to test FluidSynth

Please install FluidSynth through your package manager of choice.
To install FluidSynth globally under macOS, you can run brew install fluid-synth in your Terminal. This requires Homebrew to be installed on your device.

OmniConverter PR - 1.0.0 r77

27 Feb 16:27
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Improved size of Win32 binaries. @khang06
  • Improved SoundFonts list manager. @khang06
  • Cleaned up code and removed duplicates/double references, to improve speed. @KaleidonKep99
  • Various fixes.

For Linux and macOS users wanting to test FluidSynth

Please install FluidSynth through your package manager of choice.
To install FluidSynth globally under macOS, you can run brew install fluid-synth in your Terminal. This requires Homebrew to be installed on your device.

OmniConverter PR - 1.0.0 r51

26 Feb 06:44
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed SysEx handling, GM/GS/XG events should now be parsed properly FOR REAL.
  • Fixed issue in code that caused unrecognized events to create skips in the final audio renderer.
  • Added preliminary support for FluidSynth! Have fun testing it*.

Khang06

For Linux and macOS users wanting to test FluidSynth

Please install FluidSynth through your package manager of choice.
To install FluidSynth globally under macOS, you can run brew install fluid-synth in your Terminal. This requires Homebrew to be installed on your device.

OmniConverter PR - 1.0.0 r37

25 Feb 12:19
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Updated BASS libraries, and added BASSFLAC (to fix issues with some SFZ using FLAC samples, where certain opcodes get ignored, thanks @minelolpride for the bug report through OMv2!)
  • Fixed broken SysEx support. This should make stuff like master volume and GM/GS/XG SysEx chains work.
  • Various improvements that do not deserve to be mentioned here.

OmniConverter PR - 1.0.0 r1

07 Aug 01:15
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed crashes under Linux and macOS, when using XSynth.
  • Fixed volume slider not affecting the final audio output, when using XSynth.

OmniConverter PR - 1.0.0

06 Aug 21:44
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Avalonia!

OmniConverter PR - 0.0.11

11 Oct 10:16
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed issue that caused the limiter to not be applied in a per-track basis, when exporting each track to a separate file.
  • Fixed issue that caused the limiter to get stuck as enabled.
  • Minor bug fixes.

OmniConverter PR - 0.0.10

23 Jun 19:19
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed limiter in "per MIDI" export mode. (oops)
  • Fixed some weird glitches related to the multithreaded mode options.

OmniConverter PR - 0.0.9

23 Jun 18:05
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Updated both BASS and BASSMIDI to revision 10.
  • Improved performance both when importing MIDIs to the export queue and rendering to file.
  • Improved stability and reduced random crashes.

OmniConverter PR - 0.0.8

23 Jun 15:12
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Updated MIDI engine to the latest version of MIDIModificationFramework.
  • Fixed issue that caused some events to not be parsed and played correctly.
  • Fixed weird crashes when exporting.
  • Fixed volume slider (It didn't work because of the switch to ManagedBass oops).