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