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
EventToMidiFile convert return MidiFile and fixes
- `n_midi_channels_per_track` to `midi_channel_count_per_track`
- `EventToMidiFile.convert()` always returns a `mido.MidiFile`
- `EventToMidiFile.convert` can be called without any `path` argument (then it will simply return the `MidiFile` object, but don't write anything to disk).