You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Hi!
Is there any chance to improve this driver? As 18i20 user I can tell that almost everything works great except global mix controls. In native MixControl there are master faders for each of four mixes.
But in alsa mixer we have none of this. In other side there are master(1-10) faders with no effect (except on/off switch).
El 24 de enero de 2016 14:39:23 CET, Bogdan Lisnenko [email protected] escribió:
Hi!
Is there any chance to improve this driver? As 18i20 user I can tell
that almost everything works great except global mix controls In native
MixControl there are master faders for each of four mixes
But in alsa mixer we have none of this In other side there are
master(1-10) faders with no effect (except on/off switch)
Without access to a 18i20 I could only guess the correct ids (I tried that) to use, whether/how many impedance/pad are software-controllable, etc.
So: No, I won't fix.
But the device-specific mapping tables are easily found and tweaked in the source code.
USB-Sniffing is probably not required to fix the remaining mappings.
The Windows Mix-Master Volume is just a convenience. On the HW side the software actually adjusts all the Matrix-gains simultaneously. Solo also "emulated" by the UI. This linux driver only shows the available HW controls.
The Master 1-10 knobs provide gain control for the corresponding Output (at least on the 18i8), i.e. after the "Master .. Source Selection" MUX.
Also this repository contains an old version of the code; the driver has become part of the standard Linux kernel.
Any patches, etc. should be against the newest vanilla kernel and are probably best submitted to the kernel maintainers via the alsa-devel mailing list. This is completely independent from me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Is there any chance to improve this driver? As 18i20 user I can tell that almost everything works great except global mix controls. In native MixControl there are master faders for each of four mixes.
But in alsa mixer we have none of this. In other side there are master(1-10) faders with no effect (except on/off switch).
Some people have similar problems here(latest comments): https://focusritedevelopmentteam.wordpress.com/2012/04/23/linux-and-focusrite-novation-products/
I can help with testing if needed.
Thanks for you great work.
The text was updated successfully, but these errors were encountered: