Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 807 Bytes

roadmap.md

File metadata and controls

21 lines (16 loc) · 807 Bytes

Roadmap

Development strategy

Start in the middle (domain model) and test outwards, via a different driver. Push scenarios down to unit tests and extract libraries for stable parts.

Prefer over-simplification over using terminology from the solution domain.

Future work

  • Make a separate mapping/program to put all the notes on one channel (example song has notes on channels 0 and 9)
  • Include Marker events?
    • It doesn't define timing or notes, but it does describe structure and form.
    • That might be useful when transferring a MIDI percussion track, to a MuseScore file, for the first time.
    • Updates to a MuseScore file that already have a percussion track won't benefit from that information.
  • Include Key Signature?
    • It may not be very relevant on a percussion track.