}
case PITCH: {
return new PdPitch(fobj, propertyFullName, attributeValue);
}
case PITCH_RANGE: {
return new PdPitchRange(fobj, propertyFullName, attributeValue);
}
case PLAY_DURING: {
return new PdPlayDuring(fobj, propertyFullName, attributeValue);
}
case POSITION: {