A exporter that utilizes MIDI to MP3 conversion.
Simply run the executable found at the Releases page.
When running, a Windows Defender SmartScreen window may display as your anti-virus triggers, this is due to the application signing system by PyInstaller.
If you are suspicious, feel free to compile the code yourself!
pyinstaller --onefile --noconsole --icon=midi.ico --add-data="midi.ico;." --add-data="sv_ttk;sv_ttk" --add-data="ffmpeg;ffmpeg" --add-data="fluidsynth;fluidsynth" midiexporter.py
Firebladedoge229 - Creator
SoftIcons - MIDI Icon
FFmpeg - WAV to MP3
FluidSynth - MIDI to WAV