Extract init methods and clean up sortedBlocks references

This commit is contained in:
Ian Gulliver
2026-02-23 22:42:21 -08:00
parent 88407f40c6
commit 7c1b2a8e7e
2 changed files with 34 additions and 23 deletions

View File

@@ -19,6 +19,8 @@ type Block struct {
Track string `json:"track,omitempty"`
Name string `json:"name"`
Loop bool `json:"loop,omitempty"`
weight int
}
type Trigger struct {