Re: [Audacity-devel] Find Clipping appears twice in menus
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Richard A. <ric...@go...> - 2009-06-24 19:51:17
|
On Sun, 2009-06-21 at 00:15 +0100, ga...@au... wrote: > In Windows Unicode and ANSI Release, and ANSI Release on Linux > (default configuration except for disabling Unicode), Find Clipping > has a duplicate (operational) entry underneath the separator in the > Analyze menu. This is with EFFECT_CATEGORIES turned off, of > course. Ack for Linux / Unicode as well. Is this loaded as a plug-in somewhere? I tried the experiment of commenting the em.RegisterEffect(new EffectFindClipping(), ANALYZE_EFFECT); line in effects/LoadEffects.cpp, at which point _both_ instances disappeared, so we aren't registering it twice, the one call is causing it to show up twice. Is this something to do with having merged all of the analyse functions into one list for categorisation, then not properly un-merged them with it off? This does seem to be the only use of em.RegisterEffect() with a second argument of ANALYZE_EFFECT, so I'm suspicious that might be relevant. Richard |