177178179180181182183
* Subclasses should over-ride this to customize the * the gain meter control. * @return AbstractListenerControl for gain meter operation */ protected AbstractListenerControl createGainMeterControl() { return new StandardGainMeterControl(); }