summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2017-07-24 14:54:10 +0200
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2017-07-24 15:05:05 +0200
commita9d2955f833fc568733d11561ec1156ae3f9a1da (patch)
tree327455c7566aa67507f0eb4b9bf938e91608042b /COPYING
parentf1632fcfd2eeed678da330f77bdabfc766ade826 (diff)
Replace a ringbuffer with a multi-reader circular table
a-Inline Spectrogram used a ringbuffer to send mixed down audio data from the DSP thread to the inline display thread. The problem is that several inline display threads can coexist (one for the channel strip in the editor, one for the channel strip in the mixer, and soon one for an inline display in the generic plugin UI). A ringbuffer is single-writer single-reader so each display only got part of the data, and all were competing for it. Replace it with a circular table, where the DSP sets a write pointer, and every (inline display) user keeps its own read pointer and checks it is not so far in the past as to be overtaken by the DSP write pointer.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions