Used by the Convolution to dispatch engine-update messages on a background thread.
More...
#include <juce_Convolution.h>
|
std::unique_ptr< Impl > | pimpl |
|
Used by the Convolution to dispatch engine-update messages on a background thread.
May be shared between multiple Convolution instances.
@tags{DSP}
◆ ConvolutionMessageQueue() [1/4]
juce::dsp::ConvolutionMessageQueue::ConvolutionMessageQueue |
( |
| ) |
|
Initialises the queue to a default size.
If your Convolution is updated very frequently, or you are sharing this queue between multiple Convolutions, consider using the alternative constructor taking an explicit size argument.
◆ ~ConvolutionMessageQueue()
juce::dsp::ConvolutionMessageQueue::~ConvolutionMessageQueue |
( |
| ) |
|
|
noexcept |
◆ ConvolutionMessageQueue() [2/4]
juce::dsp::ConvolutionMessageQueue::ConvolutionMessageQueue |
( |
int |
numEntries | ) |
|
|
explicit |
Initialises the queue with the specified number of entries.
In general, the number of required entries scales with the number of Convolutions sharing the same Queue, and the frequency of updates to those Convolutions.
◆ ConvolutionMessageQueue() [3/4]
◆ ConvolutionMessageQueue() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Convolution
◆ pimpl
std::unique_ptr<Impl> juce::dsp::ConvolutionMessageQueue::pimpl |
|
private |
The documentation for this class was generated from the following file: