User Scripts
Studio Controls allows the user to customize it's operation at certain points with a script.
The scripts are expected in ~/.config/autojack/ and must be executable.
-
prestart is run before JACK is started
-
poststart is run after JACK is started but before any bridges are created
-
postbridge is run after all bridges and auto connections are made
-
prestop is run before JACK is stopped
-
poststop is run after JACK is stopped
-
headphone is run if headphones have been detected being plugged in or out. Parameter 1 will be True
if headphones are plugged in or False if unplugged (parameter 0 is the script name as always).
Previous: Generic Controls --- Next: System Tweaks
Studio Controls Home