diff options
author | Chris Robinson <[email protected]> | 2020-08-05 00:27:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-05 00:27:12 -0700 |
commit | f138369808086cbf2bdf1d579e6f21553c657dc5 (patch) | |
tree | b839b85e71d25af98b5c904e17d835fc06c83f8d /alsoftrc.sample | |
parent | 516de157d889861b73b93d37b80ff77a9b5cbceb (diff) |
Add an option to auto-connect JACK ports
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 42ebd7ca..66ceae0b 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -469,6 +469,12 @@ # backend, opening devices, etc). #spawn-server = false +## connect-ports: +# Attempts to automatically connect the client ports to physical server ports. +# Client ports that fail to connect will leave the remaining channels +# unconnected and silent (the device format won't change to accommodate). +#connect-ports = true + ## buffer-size: # Sets the update buffer size, in samples, that the backend will keep buffered # to handle the server's real-time processing requests. This value must be a |