Blender Git Commit Log

Git Commits -> Revision 8f78552

Revision 8f78552 by Joerg Mueller (master)
September 8, 2021, 19:18 (GMT)
VSE: Adding a panning angle for multichannel audio.

The panning angle allows a more intuitive panning when the output is
surround sound. It sets the angle on the horizontal plane around the
listener. 0 degrees is to the front, negative values go to the left and
positive ones to the right. +/-180 degrees is directly from the back.

Technical detail: the panning value is linear with the panning angle
with a factor of 90 degrees. For stereo this means that -1 is left and
+1 right, since the speakers are exactly 90 degrees to either side.

Differential Revision: https://developer.blender.org/D12275

Commit Details:

Full Hash: 8f785524ae6309c2bb949537b33146d67d69a149
Parent Commit: 5bfc3a3
Lines Changed: +45, -13

2 Modified Paths:

/release/scripts/startup/bl_ui/space_sequencer.py (+31, -12) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+14, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021