sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

MIDI renderer: Convert layers into Tracks #282

Closed jmmelko closed 1 year ago

jmmelko commented 1 year ago

I have recently added support for Layers, either in text mode using horizontal rulers, or in JSON using the layer attribute. But I should have implemented that for MIDI as well, making a track for each layer.

jmmelko commented 1 year ago

Already done in fact. It was just a TODO comment left by mistake