Commit Graph
29 Commits
Author SHA1 Message Date
onyx_online 4ed567e464 enable errcheck linter 2026-02-15 15:12:29 +00:00
onyx_online 7a0d5c56e5 enable revive linter
- add package comments
- fix redeclaration of built-in min/max
- add comments to exported types
- remove unused parameters
2026-02-15 12:22:22 +00:00
onyx_online ac8f635263 litn fixes 2026-02-15 12:00:00 +00:00
onyx_online 58866b794b implement info command
upd help mds
2026-02-11 21:47:56 +00:00
onyx_online 32a09db1a4 unexport client 2026-02-11 21:25:40 +00:00
onyx_online cf470181a1 implement dca commands:
- DCA added to Client struct
- dca command added to both CLIs

help mds updated
2026-02-10 01:16:44 +00:00
onyx_online 23422f9641 DRY up the factory methods
use optional functions to set address functions
2026-02-07 14:23:46 +00:00
onyx_online 3c47d12719 we no longer need to pass in the kind
remove option function WithKind
2026-02-07 13:58:37 +00:00
onyx_online 65d20408b1 implement two separate concrete clients
add one factory function for each type
2026-02-07 03:49:44 +00:00
onyx_online 1597f8f352 main comp/eq commands implemented
factory methods unexported

lr.go renamed to main.go
main.go renamed to cli.go
2026-02-07 01:28:59 +00:00
onyx_online 3f8861ded2 timeout now a flag on the root command.
It applies to all messages sent

new option function WithTimeout added
2026-02-06 11:28:40 +00:00
onyx_online 5933b25114 move parser interface into engine.go
add snapshot field to Client
2026-02-06 00:40:42 +00:00
onyx_online 128f0c1df6 migrate CLI component to Kong 2026-02-05 03:36:22 +00:00
onyx_online 66ab937296 implement Snapshot on Client struct 2026-02-04 11:15:52 +00:00
onyx_online 72f43452a8 pass pointers to factory methods 2026-02-01 15:09:45 +00:00
onyx_online 9898c21197 add headamp gain and phantom commands 2026-02-01 01:25:47 +00:00
onyx_online ad7c910180 move main methods into Main struct
update the cli
2026-01-31 21:19:38 +00:00
onyx_online 615a95d9da move bus commands into bus struct
update the cli
2026-01-31 20:55:36 +00:00
onyx_online 19779ae4c1 move lower level logic into engine 2026-01-31 20:48:09 +00:00
onyx_online fc8c8ad69a move strip commands into their own struct
update the cli
2026-01-31 20:40:29 +00:00
onyx_online 205baf310f lint fix 2026-01-31 20:04:31 +00:00
onyx_online 0736baea4b zero val 2026-01-31 02:21:13 +00:00
onyx_online 9c8f14c86f update addressMap for BusFader methods 2026-01-31 02:04:58 +00:00
onyx_online aabe33c8e5 upd func handles 2026-01-31 01:38:42 +00:00
onyx_online d5c88f31e0 add persistent flag --kind
use it to configure the client
2026-01-31 01:29:14 +00:00
onyx_online ddbf52430a start adding x32 support 2026-01-31 01:13:23 +00:00
onyx_online a821392517 upd LICENSE, link it in file headers 2026-01-30 23:55:57 +00:00
onyx_online ff20627c9a update and reorganise XairClient methods 2026-01-30 23:50:12 +00:00
onyx_online 4a6ace0fdf initial commit
add internal/xair module
2026-01-30 22:42:11 +00:00