DCMLab / DigitalMusicology.jl

Work-in-progress toolbox for digital musicology
Other
7 stars 3 forks source link

implicit noteoffs at end of track (MidiFile module) #15

Open chfin opened 6 years ago

chfin commented 6 years ago

When a track ends, the notes that end together with the track might not have a NoteOff event, as they will be terminated by the end of the track. While this is not good encoding style, the midi file import should be able to handle this situation.

dharasim commented 6 years ago

Very good point! I also stumbled into that once.