16 Mar
                
                    2015
                
            
            
                16 Mar
                
                '15
                
            
            
            
        
    
                3:55 p.m.
            
        At Mon, 16 Mar 2015 15:54:43 +0100, Clément Guedez wrote:
Ok, I was not aware of this mechanism.
In fact this is a boolean control to activate the input gain amplifier for microphone signal or to deactivate it for standard line signal. I use the enum to have choice value more explicit than on/off or true/false, for the end user. Also there will never be more value than those two.
So I chould change the control name to "Mic/Line Input Enum" and keep the enum for values, more than name it "Input Gain Switch" and use boolean ?
Right.
Takashi