From 4b79b7f8497439e9e2ebd15641c3e46872ae5071 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Jul 2024 12:00:16 +0100 Subject: [PATCH] add -= example to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e46e28a..f089972 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Where: Examples: -Launch basic GUI, set log level to INFO, Toggle Strip 0 Mute, then print its new value +Launch basic GUI, set log level to INFO, Toggle Strip 0 Mute, print its new value, then decrease Bus 0 Gain by 3.8 ```powershell -./vmrcli.exe -kbasic -D2 !strip[0].mute strip[0].mute +./vmrcli.exe -kbasic -D2 !strip[0].mute strip[0].mute bus[0].gain-=3.8 ``` Launch banana GUI, set log level to DEBUG, set Strip 0 label to podmic then print Strip 2 label