From 384d20dfc569aabb7c1792c9b062f29b194f4ca7 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 19:51:54 +0000 Subject: [PATCH] upd note regarding eq PEQ commands --- src/vban_cli/eq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vban_cli/eq.py b/src/vban_cli/eq.py index f8e246e..69b7fd0 100644 --- a/src/vban_cli/eq.py +++ b/src/vban_cli/eq.py @@ -17,7 +17,7 @@ def launcher( ): """Control the EQ parameters. - Only channel 0 is supported, as the VBAN protocol only exposes parameters for this channel. + Only channel 0 is supported, see https://github.com/onyx-and-iris/vban-cli?tab=readme-ov-file#implementation-notes - 3. """ additional_kwargs = {} command, bound, _ = app.parse_args(tokens)