dep.init(voices[0].getPreset().getDeviceContext(), evp);
} else
dep.init(voices[0].getPreset().getDeviceContext(), new EditableVoicePanel().init(voices));
return dep;
} catch (Exception e) {
throw new ComponentGenerationException(e.getMessage());
}
}
public DesktopName getDesktopName() {
return names[names.length - 1];