midi123 v1.4.0 is now released!
- Linux x86-64 AppImage: download (SHA1: 9475ef0a7910c19179a343e781d72a78e8446674)
- For source code, clone this Fossil repository and checkout v1.4.0
fossil clone https://chiselapp.com/user/MistressRemilia/repository/midi123/ && cd midi123 && fossil checkout v1.4.0
- Want to build from source? Check out the Building page for instructions.
Notable changes in v1.4.0:
- Parallel WAV rendering: You can now convert multiple MIDI files to WAV files at the same time. Depending on how many logical CPU cores, this can potentially dramatically reduce rendering time.
- You can now select the output bit depth when rendering to a WAV file. This includes both integer bit depths (e.g. 16-bit) or floating point (32- and 64-bit).
- Basic support for Clozure CL added.
- Added --no-soft-clipping parameter to disable soft clipping.
- Small fixes to MIDI and SoundFont loading.
Note
Versions before v1.4.0 were released as part of CL-MeltySynth. Starting with 1.4.0, midi123 is now a separate project. Please see that repo for older code.