improvemtns again, to the archetype builder, and playback

This commit is contained in:
2026-02-22 15:03:23 +02:00
parent 99c7004ac2
commit c5ef4406f6
9 changed files with 179 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ class MelodyInfo(BaseModel):
color: str = ""
isTrueRing: bool = False
previewURL: str = ""
archetype_csv: Optional[str] = None
class MelodyAttributes(BaseModel):