From b075515654d69e592959ddc1676042a9a5a56df4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 5 Feb 2026 04:02:01 +0000 Subject: [PATCH] upd README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7e01a..447af34 100644 --- a/README.md +++ b/README.md @@ -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