public ContextEditablePreset.EditableVoice duplicate() {
return new Impl_EditableVoice(voice);
}
public void performOpenAction() {
new ZDefaultThread() {
public void run() {
try {
assertPresetInitialized();
if (getDeviceContext().getDevicePreferences().ZPREF_useTabbedVoicePanel.getValue())
getDeviceContext().getViewManager().openTabbedVoice(Impl_ContextEditablePreset.Impl_EditableVoice.this, getDeviceContext().getDevicePreferences().ZPREF_groupEnvelopesWhenVoiceTabbed.getValue(), true);