control jackdbus from command-line
Go to file
Nedko Arnaudov a88685347d Improve wording in help text for status2 command 2023-12-03 13:26:44 +02:00
AUTHORS Set license to GPL-2.0-or-later; Add copyright lines (from git log) 2023-07-24 02:14:55 +03:00
COPYING Set license to GPL-2.0-or-later; Add copyright lines (from git log) 2023-07-24 02:14:55 +03:00
LICENSE.GPL-2 Set license to GPL-2.0-or-later; Add copyright lines (from git log) 2023-07-24 02:14:55 +03:00
README.adoc Add a README.adoc file 2023-07-24 02:29:12 +03:00
jack_control.py Improve wording in help text for status2 command 2023-12-03 13:26:44 +02:00

README.adoc

"jack_control" is small program for exposing jackdbus functionality at command-line.

Chained execution of several commands is possible. For example "jack control ds alsa dps midi-driver raw eps realtime on eps relatime-priority 70 start" selects ALSA driver, enables JACK MIDI raw backend, enables realtime mode, sets realtime priority to 70 and starts JACK server.

See also:

  • jackdbus - D-Bus endpoint for JACK server

  • laditools - GUI apps with functionality similar to jack_control

  • ladish - Session Handler that can save JACK settings in a named configuration (Studio) and reload them later