You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some midi exporter don't use note_off messages, but note_on messages with velocity=0. Mutwo currently can't pass such midi files. This should be fixed by adding a new flag to EventToMidiFile.
This is an unexpected behaviour and most likely point to the bug which
is described in #4.
This patch doesn't fix the issue, but at least the user is informed
now what the problem is.
Some midi exporter don't use
note_off
messages, butnote_on
messages withvelocity=0
. Mutwo currently can't pass such midi files. This should be fixed by adding a new flag toEventToMidiFile
.Thanks @timpauli for detecting this bug.
The text was updated successfully, but these errors were encountered: