}
case PAUSE_AFTER: {
return new PdPauseAfter(fobj, propertyFullName, attributeValue);
}
case PAUSE_BEFORE: {
return new PdPauseBefore(fobj, propertyFullName, attributeValue);
}
case PITCH: {
return new PdPitch(fobj, propertyFullName, attributeValue);
}
case PITCH_RANGE: {