Blender Git Commit Log

Git Commits -> Revision c634d85

August 23, 2021, 09:53 (GMT)
VSE: Use lines to draw waveform

Refactor and improve waveform drawing.

Drawing now can use line strips to draw waveforms instead of only
triangle strips. This makes us able to properly visualize thin waveforms
as they would not be visible before. We now also draw the RMS value of
the waveform.

The waveform drawing is now also properly aligned to the screen pixels
to avoid flickering when transforming the strip.

Reviewed By: Richard Antalik

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

Commit Details:

Full Hash: c634d859b216602d3d479966a5e48a433777ddce
Parent Commit: 489df7a
Committed By: Jeroen Bakker
Lines Changed: +259, -71

2 Modified Paths:

/extern/audaspace/bindings/C/AUD_Special.cpp (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+258, -70) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021