Robin Gareus
Robin Gareus
Are you using a 1st generation Scarlett device? If not, this is likely the same as #16
The output of `./scarlett-mixer -vv --print-controls` may be helpful if someone were to add support for other devices.
according to https://github.com/x42/scarlett-mixer/issues/16#issuecomment-661692146 it works after the driver is force loaded.
Probably the same as #16
try `scarlett-mixer --print-controls` and perhaps also `--preset-only` perhaps there's a similar issue like for the 6i6, where the distance between the matrix controls is reported incorrectly by the kernel driver:...
On GNU/Linux `alsactl` does this. https://linux.die.net/man/1/alsactl Usually when a machine is shut-down mixer-settings are saved, and when a device is connected the settings are restored. on System-V `/etc/init.d/alsa-utils` handles this....
Thanks for the offer. Note that the man-page is auto-generated from `--help` and `--version` output. Also the project is rather small and edge-case. Do you think it really does need...
If silan encounters an error it will exit with a status other than zero; it will not loop by itself (It looks like that's your python's script's doing). Could you...
I try to avoid distro-specifics. These instructions won't work on Arch or Fedora or ... On debian-based distros, `apt-get build-dep x42-plugins`, is a simpler way to pull-in these dependencies.
Strikes me as a ffmpeg/libav issue and/or API change. I have not kept up on that end.