implement dca commands:

- DCA added to Client struct
- dca command added to both CLIs

help mds updated
This commit is contained in:
2026-02-10 01:16:44 +00:00
parent 873ff87429
commit cf470181a1
9 changed files with 247 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ type CLI struct {
Bus BusCmdGroup `help:"Control the buses." cmd:"" group:"Bus"`
Headamp HeadampCmdGroup `help:"Control input gain and phantom power." cmd:"" group:"Headamp"`
Snapshot SnapshotCmdGroup `help:"Save and load mixer states." cmd:"" group:"Snapshot"`
Dca DCACmdGroup `help:"Control DCA groups." cmd:"" group:"DCA"`
}
func main() {