24 Commits

Author SHA1 Message Date
0f8be6de48 bp-sidechain should be float 2026-03-02 22:07:53 +00:00
d7fef4f26a remove duplicates from help outputs.
this bug was introduced due to changes in the meta app launchers.
2026-03-02 22:03:32 +00:00
e6a17d5772 add more gate commands 2026-03-02 22:02:25 +00:00
bf058e910e add more compressor commands 2026-03-02 21:13:12 +00:00
d9810ce270 enable rich tracebacks
console, error_console are now app attributes.
2026-03-02 12:55:33 +00:00
1f6811d5a0 general parser improvements.
index and ctx parameters now show as required in help output
2026-03-02 12:30:22 +00:00
642337d987 pause-recording command added, to differentiate from playback pausing. 2026-03-02 12:04:01 +00:00
e6ebf86c86 add gainlayer command group
add GainlayerHelpFormatter
2026-03-02 01:24:18 +00:00
080e26f75f add more eq cell commands 2026-03-02 00:28:32 +00:00
c82a021708 add recorder subcommand group
add validation module
2026-03-01 21:15:42 +00:00
84d716b2ad add command subcommand group 2026-03-01 17:58:08 +00:00
28ec67839a add sendtext command, attach it to the root command.
disable the rt listeners if sendtext command is invoked.
2026-03-01 17:25:01 +00:00
dd0d150202 fix bus mono implementation
bump vban-cmd dep version

patch bump
2026-03-01 17:23:38 +00:00
b3cfc6bc4a remove StripSubcommandHelpFormatter, StripHelpFormatter now handles commands + command groups. 2026-03-01 01:04:54 +00:00
c7365bfe4e add new help formatters for different kinds of commands 2026-02-28 15:39:26 +00:00
c660778698 if completion flag return early to avoid unnecessary VBAN connections
patch bump
2026-02-28 13:34:46 +00:00
d03049e713 enable shell completion scripts 2026-02-27 22:59:20 +00:00
1dd518095a eq commands should target the right kind of eq
cell command group has now been attached to eq. this modifies the structure of CLI slightly.
2026-02-27 22:50:00 +00:00
ffbcec5826 fix --version flag 2026-02-27 21:36:31 +00:00
817a25e9fa set up the skeletal structure for comp, gate, denoiser
add them as subcommand to the strip command group.

for each one implement one or two subcommands.
2026-02-27 20:09:52 +00:00
384d20dfc5 upd note regarding eq PEQ commands 2026-02-27 19:51:54 +00:00
fa3964bb56 upd comments pointing to implementation notes 2026-02-27 19:48:35 +00:00
e0ac9c112a upd env var prefix 2026-02-27 17:51:39 +00:00
438c7e25ea rename to vban-cli 2026-02-27 17:45:17 +00:00