Blender Git Commit Log
Git Commits -> Revision 8096f36
Revision 8096f36 by Joerg Mueller (master) May 10, 2019, 21:01 (GMT) |
Audaspace: porting changes from upstream. - Silence now has an optional sample rate parameter. - Fix: wrong length reported by modulator and superpose. - Minor formatting, include and documentation fixes. |
Commit Details:
Full Hash: 8096f36796ae07a1a76e99abbaf216ab29260b74
Parent Commit: 243fbf1
Lines Changed: +48, -28
13 Modified Paths:
/extern/audaspace/bindings/C/AUD_Sound.cpp (+2, -2) (Diff)
/extern/audaspace/bindings/C/AUD_Sound.h (+2, -1) (Diff)
/extern/audaspace/bindings/C/AUD_Special.cpp (+3, -3) (Diff)
/extern/audaspace/bindings/python/PySequence.cpp (+4, -4) (Diff)
/extern/audaspace/bindings/python/PySound.cpp (+12, -4) (Diff)
/extern/audaspace/include/generator/Silence.h (+8, -1) (Diff)
/extern/audaspace/include/generator/SilenceReader.h (+7, -1) (Diff)
/extern/audaspace/include/generator/Sine.h (+1, -2) (Diff)
/extern/audaspace/src/fx/DynamicMusic.cpp (+0, -3) (Diff)
/extern/audaspace/src/fx/ModulatorReader.cpp (+1, -1) (Diff)
/extern/audaspace/src/generator/Silence.cpp (+3, -2) (Diff)
/extern/audaspace/src/generator/SilenceReader.cpp (+4, -3) (Diff)
/extern/audaspace/src/sequence/SuperposeReader.cpp (+1, -1) (Diff)
/extern/audaspace/bindings/C/AUD_Sound.h (+2, -1) (Diff)
/extern/audaspace/bindings/C/AUD_Special.cpp (+3, -3) (Diff)
/extern/audaspace/bindings/python/PySequence.cpp (+4, -4) (Diff)
/extern/audaspace/bindings/python/PySound.cpp (+12, -4) (Diff)
/extern/audaspace/include/generator/Silence.h (+8, -1) (Diff)
/extern/audaspace/include/generator/SilenceReader.h (+7, -1) (Diff)
/extern/audaspace/include/generator/Sine.h (+1, -2) (Diff)
/extern/audaspace/src/fx/DynamicMusic.cpp (+0, -3) (Diff)
/extern/audaspace/src/fx/ModulatorReader.cpp (+1, -1) (Diff)
/extern/audaspace/src/generator/Silence.cpp (+3, -2) (Diff)
/extern/audaspace/src/generator/SilenceReader.cpp (+4, -3) (Diff)
/extern/audaspace/src/sequence/SuperposeReader.cpp (+1, -1) (Diff)