Skip to content

Releases: cainky/midigen

v1.1.0

13 Apr 03:41

Choose a tag to compare

Layered architecture refactor + switched to uv.

  • 4-layer package structure: theory/, composition/, protocol/, api/
  • Data-driven chord factories via CHORD_TYPES dict and Chord.build()
  • Song decoupled from MidiCompiler
  • Section validates chord progressions at construction
  • Removed all deprecated methods
  • CI and dev tooling switched from poetry to uv
  • 233 tests