midi123 v2.0.1 is now released!
- Linux x86-64 AppImage: download (SHA1: 0ecef722bd0d687069d906903364212152b9aff9)
- For source code, clone this Fossil repository and checkout v2.0.1:
fossil clone https://chiselapp.com/user/MistressRemilia/repository/midi123/ && cd midi123 && fossil checkout v2.0.1
- Want to build from source? Check out the Building page for instructions.
Notable changes in v2.0.1:
- Fixed a bug where the output rendering directory wasn't being created.
- Added the
--no-console-control
/-N
command line parameter to disable console control when it's compiled into the binary (the AppImages have it compiled in) - Added the
disable-console-control
configuration file option. - Fix some arithmetic overflows when rendering very long WAV files.
- The left channel is no longer doubled when rendering to 64-bit IEEE Floating Point WAV.
- Fix rendering of 8-bit and 24-bit integer WAVs.