Blender Git Commit Log

Git Commits -> Revision 9351e87

Revision 9351e87 by Joerg Mueller (master)
April 15, 2014, 17:19 (GMT)
Fix T39607: Audio not in synch when the blend file loads.

The problem here was that animation buffers got initialized with zeros in the beginning for unknown parts. Now it gets initialized with the first known value.
The bug's result was that the animation of the pitch started with 0 on first playback and thus any seeking while the pitch is zero resulted in seeking to the beginning.

Commit Details:

Full Hash: 9351e872f5317a5690ecdaeaf9dd9db5e1558cfc
Parent Commit: 5d18906
Lines Changed: +29, -3

5 Modified Paths:

/intern/audaspace/intern/AUD_AnimateableProperty.cpp (+19, -1) (Diff)
/intern/audaspace/intern/AUD_AnimateableProperty.h (+7, -0) (Diff)
/intern/audaspace/intern/AUD_Sequencer.cpp (+1, -0) (Diff)
/intern/audaspace/intern/AUD_SequencerEntry.cpp (+2, -0) (Diff)
/source/blender/blenkernel/intern/sound.c (+0, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021