From 78952aa3ffe2e0e86322908d63c4037928e9d4f0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 1 Mar 2026 01:32:22 +0000 Subject: [PATCH] add Strip EQ and Strip EQ Cell examples. fix Bus examples. --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1011db5..9c10701 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,30 @@ vban-cli strip 2 gain -18.7 see `vban-cli strip --help` for more info. +#### Strip EQ + +Usage: vban-cli strip \ eq COMMAND [OPTIONS] + +examples: + +```console +vban-cli strip 0 eq on true +``` + +see `vban-cli strip eq --help` for more info. + +#### Strip EQ Cell Command + +Usage: vban-cli strip \ eq cell \ COMMAND [ARGS] + +examples: + +```console +vban-cli strip 0 eq cell 0 on false +``` + +see `vban-cli strip eq cell --help` for more info. + ### Bus Command Usage: vban-cli bus \ COMMAND [ARGS] @@ -72,9 +96,9 @@ Usage: vban-cli bus \ COMMAND [ARGS] examples: ```console -vban-cli bus mode normal +vban-cli bus 0 mode tvmix -vban-cli bus mute true +vban-cli bus 1 mute true ``` see `vban-cli bus --help` for more info.