Re: Anti-buzz application

2009-03-22 Thread Angus Ainslie
Hi Valery, Did you mean to release this under the GPL ? If so you should probably change the references from neon to anti-buzz. There is already a similar gtk application to this called fso-mixer, you could look at it if you wanted to add gtk functionality to your app. Angus __

Re: Anti-buzz application

2009-03-22 Thread arne anka
did you ever check in a statistically valid way, if your approach works? as i understand from the long-term discusions, consensus is, that the only way to remedy the buzz are hardware fixes. no fiddling with mixers in what dimension ever is going to solve that basic issue. since the buzz is, i

Anti-buzz application

2009-03-22 Thread Valery Febvre
if RE_VALUE.match(line): value = RE_VALUE.findall(line)[0] elif count == 2: if RE_VALUE0.match(line): value = RE_VALUE0.findall(line)[0] if is_valid: controls_data[id] = { 'name': name,