upd README

This commit is contained in:
onyx-and-iris 2026-02-05 04:02:01 +00:00
parent 139e092937
commit b3527a8bd9

View File

@ -24,7 +24,7 @@ Commands:
completion (c) Generate shell completion scripts.
Raw
raw send Send a raw OSC message to the mixer.
raw Send raw OSC messages to the mixer.
Main
main mute Get or set the mute state of the Main L/R output.
@ -120,6 +120,14 @@ xair-cli strip 1 eq on true
xair-cli bus 1 name 'vocal mix'
```
*Send a raw OSC message to the mixer*
```console
xair-cli raw /xinfo
xair-cli raw /ch/01/config/name 'rode podmic'
xair-cli raw /ch/01/config/name
```
### License