|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| struct | juce::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 | juce::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 | juce::dsp::ProcessContextReplacing< ContextSampleType > |
| Contains context information that is passed into an algorithm's process method. More... | |
| struct | juce::dsp::ProcessContextNonReplacing< ContextSampleType > |
| Contains context information that is passed into an algorithm's process method. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| constexpr bool | juce::dsp::operator== (const ProcessSpec &a, const ProcessSpec &b) |
| constexpr bool | juce::dsp::operator!= (const ProcessSpec &a, const ProcessSpec &b) |
|
constexpr |
Definition at line 57 of file juce_ProcessContext.h.
|
constexpr |
Definition at line 47 of file juce_ProcessContext.h.