truj / midica

A Music programming language. Translates source code into MIDI. Includes a player. Supports MIDI-Karaoke. Includes a MIDI analyzer.
https://www.midica.org/
Mozilla Public License 2.0
111 stars 13 forks source link

legato corrections for d=100% #42

Closed truj closed 4 years ago

truj commented 4 years ago

12 addressed legato overlapping problems.

But the following is still wrong: 0 c /4 d=100%, q=2 In this case, the first note-off is in the same tick as the second note-on. Move the note-off one tick to the past in this case.