flesh out sequencer

This commit is contained in:
2026-01-20 14:37:03 +01:00
parent 276107433a
commit ebb82b6f7d
25 changed files with 2069 additions and 771 deletions

View File

@@ -14,7 +14,7 @@ ratatui = "0.29"
crossterm = "0.28"
cpal = "0.15"
clap = { version = "4", features = ["derive"] }
rhai = { version = "1.24", features = ["sync"] }
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"