}
public void offsetValues(Integer[] ids, Integer[] values, boolean constrain) throws IllegalParameterIdException, ParameterValueOutOfRangeException {
super.offsetValues(ids, values, constrain);
if (postingEvents)
presetEventHandler.postPresetEvent(new VoiceChangeEvent(this, preset, voice, ids));
}