|
JUCE
|
Classes | |
| struct | dsp::ProcessSpec |
| This structure is passed into a DSP algorithm's prepare() method, and contains information about various aspects of the context in which it can expect to be called. More... | |
| struct | dsp::ProcessorState |
| This is a handy base class for the state of a processor (such as parameter values) which is typically shared among several processors. More... | |
| struct | dsp::ProcessContextReplacing< ContextSampleType > |
| Contains context information that is passed into an algorithm's process method. More... | |
| struct | dsp::ProcessContextNonReplacing< ContextSampleType > |
| Contains context information that is passed into an algorithm's process method. More... | |
Namespaces | |
| namespace | dsp |
Functions | |
| constexpr bool | dsp::operator== (const ProcessSpec &a, const ProcessSpec &b) |
| constexpr bool | dsp::operator!= (const ProcessSpec &a, const ProcessSpec &b) |