Skip to content

v0.2.1

Choose a tag to compare

@neutrino-dot neutrino-dot released this 24 Oct 09:33
· 14 commits to main since this release
7e77644

Changed

  • Split several core components from core.py into separate modules for better maintainability:
    • NOTE_FREQUENCIES dictionary and NoteEvent class moved to notes.py
    • Part class moved to part.py
    • SongMixer class moved to mixer.py
  • Updated unused _validate function in utils.py to be actively used where appropriate.

Removed

  • Removed the SongConfig class (its functionality is now integrated elsewhere).