Closed momo-the-monster closed 12 years ago
This line:
timeline.setDurationInSeconds(waveform.getDuration());
currently appears before the waveform is loaded, resulting in an incorrect timeline length. Moving it to line 26 (after timeline.addElement) fixes the issue.
fixed by 47531eeb24e043c54aea336307345f747e35ed4f
This line:
timeline.setDurationInSeconds(waveform.getDuration());
currently appears before the waveform is loaded, resulting in an incorrect timeline length. Moving it to line 26 (after timeline.addElement) fixes the issue.