Skip to content

Commit af5371c

Browse files
committed
more layout tweaks
1 parent 4c64d95 commit af5371c

File tree

4 files changed

+221
-710
lines changed

4 files changed

+221
-710
lines changed

settings.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const settings = {
1818
/** @type {"mono"|"stereo"} Define what the default input mode will be.*/
1919
DEFAULT_INPUT_MODE: "mono",
2020
/** @type {string} Define what the default left input port mode will be. (jack port name: ex: system:capture_1*/
21-
DEFAULT_INPUT_L: "system:capture_1",
21+
DEFAULT_INPUT_L: "PulseAudio JACK Sink:front-left",
2222
/** @type {string} Define what the default right input port mode will be. (jack port name: ex: system:capture_1*/
2323
DEFAULT_INPUT_R: "system:capture_2",
2424
/** @type {"mono"|"stereo"} Define what the default output mode will be.*/
@@ -27,6 +27,8 @@ const settings = {
2727
DEFAULT_OUTPUT_L: "system:playback_1",
2828
/** @type {string} Right Channel for the master output. Last plugin will connect to this. */
2929
DEFAULT_OUTPUT_R: "system:playback_2",
30+
/** @type {boolean} Each time a plugin is added its connected to the previous and to the master output. Setting this to false will leave connections to the user. */
31+
AUTO_CONNECT: true,
3032
/** @type {boolean} Whether to reconnect all plugins or not automatically after significant changes. If false, user will have to manually reconnect with the button */
3133
AUTO_RECONNECT: true,
3234
};

0 commit comments

Comments
 (0)