jack-mixer / jack_mixer

A multi-channel audio mixer desktop application for the JACK Audio Connection Kit.
https://rdio.space/jackmixer/
GNU General Public License v2.0
93 stars 20 forks source link

open jackmixer with a specified project. #182

Closed toadzroc closed 9 months ago

toadzroc commented 9 months ago

This a feature request for the ability to start jackmixer from the terminal with a specified project, something lile:

$ jackmixer -P myproject.xml

JM would then open with the project loaded, ready to go.

ignotus666 commented 9 months ago

It can already do that. Try this:

jack_mixer --config=PATH/TO/PROJECT

toadzrock commented 9 months ago

Many thanks, that worked in both the terminal and the bash script i'm building.

Just as a matter of interest, is this and other CLI options documented anywhere?

I'm not afraid to RTFM.

(Read The Fantastic Manual)

ignotus666 commented 9 months ago

Glad to help. Yes, type jack_mixer --help in the terminal.

toadzrock commented 9 months ago

And I've been looking in jackmixer., not jack_mixer.

Thanks again.

SpotlightKid commented 9 months ago

Or man jack_mixer.

toadzrock commented 9 months ago

Yep, the man pages are a lot more descriptive.