Better Midi Note Processing
Today I finally finished the conversion of the midi notes to a more readable format! The midi standard uses delta time or the time since the last event which can make the editing logic for this program a bit complicated so I decided to convert all of the events to use an “absolute” time relative to the beginning of the track. I also added most properties of each of the notes such as starting time, velocity, the length, and the key.
Then I just need to convert this new format back…
Log in to leave a comment