25class ConsequenceClipLength final :
public Consequence {
27 ConsequenceClipLength(
Clip* newClip, int32_t oldLength);
28 Error revert(TimeType time,
ModelStack* modelStack)
override;
31 int32_t lengthToRevertTo;
33 uint64_t* pointerToMarkerValue;
34 uint64_t markerValueToRevertTo;