This is a little python gui I wrote to manage different settings for my scarlett 18i20 under linux. ScarlettConf is only for loading and saving settings. To adjust the settings use scarlettmixer.
To run scarlettConf install python3
and PyGObject
and do :
curl https://raw.githubusercontent.com/zecktos/scarlettConf/master/scarlettConf.py --output $HOME/.local/bin/scarlettConf
chmod a+x $HOME/.local/bin/scarlettConf