GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
635 stars 36 forks source link

[Feature] Command-line ability for switching between profiles #125

Closed Coldblackice closed 8 months ago

Coldblackice commented 10 months ago

Would it be possible to add command-line ability, namely the ability to switch profiles via CLI?

This would open up the possibility of changing GoXLR profiles when switching to an OBS scene, e.g. switching to different mic profiles when changing to a new stream segment, game, media, or environment, etc.

Perhaps a different mic profile is preferred when streaming in a different area (and thus acoustic layout) at a location, or adjusting EQ bands catered to a certain console or media, loosening gates, or even merely switching to a different color theme on the GoXLR itself according to stream segment (as a visual feedback/reminder while interviewing or live).

FrostyCoolSlug commented 10 months ago

This is already supported.

Check the goxlr-client binary in the utility's install directory, you can completely configure your GoXLR using it.

[EDIT] you can run with --help, as well as <command> --help, which will provide context details on what the commands do.

Thanks.