From 7b5d2150c7ff08639e678df53e88cffd575f1776 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 1 Mar 2026 17:25:16 +0000 Subject: [PATCH] add Sentext Command to README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9c10701..a5572b8 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,26 @@ see `vban-cli bus --help` for more info. --- +### Sendtext Command + +Usage: vban-cli sendtext TEXT + +*To Voicemeeter* + +examples: + +```console +vban-cli sendtext 'Strip[0].Mute=1;Bus[0].Mono=2' +``` + +*To Matrix* + +```console +vban-cli sendtext 'Command.Version = ?' + +vban-cli sendtext 'Point(ASIO128.IN[1..4],ASIO128.OUT[1]).dBGain = -3.0' +``` + ## Implementation Notes 1. The VBAN TEXT subprotocol defines two packet structures [ident:0][ident-0] and [ident:1][ident-1]. Neither of them contain the data for Bus EQ parameters.