https://bugs.kde.org/show_bug.cgi?id=359365

--- Comment #12 from Evert Vorster <evert.vors...@yandex.com> ---
Created attachment 97212
  --> https://bugs.kde.org/attachment.cgi?id=97212&action=edit
Effect Stack saved with 15.13.0.r7058.bfd3da1-1

The effect stack is still broken. 
Keyframe is still on the maximum frame, and all the values are still on their
minimum. This looks like a feature of how it's imported when the effect has a
keyframe that is on a frame that is outside of the range of the clip...

In ProTune Daylight, the line
  <parameter min="0" intimeline="1" name="Amount" max="1000"
type="simplekeyframe" value="0" keyframes="0=800;" factor="1000" default="0">
   <name>Amount</name>

keyframes="0=800;"  <- that is the value of the slider, and must be preserved.
This effect is normally keyframeable, but in this case there is only one
keyframe, and so that value must be applied to all the frames that the effect
stretches over, hence "0="


Now, in the file "temporary", the line reads:
  <parameter max="1000" factor="1000" min="0" intimeline="1"
type="simplekeyframe" name="Amount" default="0" keyframes="4670=800">
   <name>Amount</name>

Here I see:
keyframes="4670=800"
This should read 
keyframes="0=800"
ie: no keyframes for this saved effect. The keyframe 4670 is not in the range
of frames for the clip is is applied to, and so all the sliders get their
default, minimum values.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to