oggy22 / MusicTools

Various musical tools including music hearing, machine composer and Chomsky music analyzer.
4 stars 2 forks source link

Music midi input into melody #26

Open oggy22 opened 7 years ago

oggy22 commented 7 years ago

Convert melody played on the midi keyboard into note list. Focus on getting the note durations right.

The algorithm should be based on the following measure: Find the length of notes such as the total sum of squares of errors is minimal. Errors are diffs between actual and grid-predicted time points.

The note length tried should be 1/1, 1/2, 1/3, etc. of the duration of the whole thing.