jlstuart125 / NoteGoat

Program implemented in MATLab to read images of piano sheet music and return a MIDI file of what it sounds like.
0 stars 0 forks source link

Store bar(measure) subwindows #6

Open jlstuart125 opened 1 year ago

jlstuart125 commented 1 year ago

we have gotten the coordinates for the bar lines that separate the measures, we should make separate the subwindows into individual bars so that they are easier to process.

jlstuart125 commented 1 year ago

functions get_measure and get_measure_lines work together to accomplish this. The functions are set up to get only a specific measure, however, so another function containing these two can be made. There is the issue of storing the measures, though. Because the measures are all different sizes, it isn't as simple as throwing it all in a matrix like was done for the subwindows.

jlstuart125 commented 1 year ago

jk meant to close out the other one