53545556575859
public IsolatedPreset.IsolatedVoice getIsolatedVoice(Integer v) throws NoSuchVoiceException { int vi = v.intValue(); if (vi >= 0 && vi < voices.length) return voices[vi]; throw new NoSuchVoiceException(v.toString()); }