Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix
ignore_missing_instruments
option not working properly
The `get_note_end_time` function would try to get the note's sound data to estimate its length, but it would fail in case the sound file was missing, since it doesn't get added to the sounds dict returned by `load_instruments` at all (unlike when it's not assigned, when it's just set to `None`). Fixes #3
- Loading branch information