thedpws / pitcher

A python library and framework for composing music.
GNU General Public License v3.0
1 stars 0 forks source link

XML parser mis-handles chords #74

Closed BrianMcDowell closed 4 years ago

BrianMcDowell commented 4 years ago

Current code analyzes a chord as individual notes, reading each into the dataframe sequentially. Need to recognize chords in XML files and then load a chord into the dataframe instead of sequence of individual notes.

BrianMcDowell commented 4 years ago

Resolved with commit 54171aa