Fixes the piano pedal being "stuck" when trying to run a MuseScore generated midi in various commercial Piano VSTs.
- Python3 https://www.python.org/
- Mido https://pypi.org/project/mido/
- Install Python 3
- Clone this GitHub project.
- Open a terminal, for example Powershell, in the directory of the cloned project.
- Run
pip3 install mido
in your terminal.
usage: python3 pedalfix.py <input_file> <output_file>
python3 pedalfix.py test.midi pedalfixed_test.midi
Try running the <output_file> midi file in a vst such as Garritan CFX. The pedaling should now work as it did in MuseScore.