OmniConverter PR - 1.0.0 r81
Pre-release
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.