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