markusschwenk / midieditor

Provides an interface to edit, record, and play Midi data
GNU General Public License v3.0
468 stars 69 forks source link

note_on vv=0 #73

Open tonyrog opened 4 years ago

tonyrog commented 4 years ago

'By definition, a note-on message with vv=0 is equivalent to the message: "note-off vv=40" ' Not sure if this is still valid but I got complaints when I inserted such events in a midi file and opened that file in MidiEditor, Complaints from the program was about notes not terminating.

tonyrog commented 4 years ago

log data: Warning: detected offEvent without prior onEvent. Skipping! Warning: found OnEvent without OffEvent (line 0) - removing... Warning: found OnEvent without OffEvent (line 0) - removing... Warning: found OnEvent without OffEvent (line 58) - removing... Warning: found OnEvent without OffEvent (line 62) - removing... Warning: found OnEvent without OffEvent (line 67) - removing...