protected void updateTitle() {
title = "V" + IntPool.get(voice.getVoiceNumber().intValue() + 1);
if (voice.getPreset().getIcon() instanceof PresetIcon)
icon = new VoiceEditingIcon((PresetIcon) voice.getPreset().getIcon());
else
icon = null;
tplh.fireTitleProviderDataChanged();
}