JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ProcessContext.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  juce::dsp::ProcessContextNonReplacing< ContextSampleType >
 Contains context information that is passed into an algorithm's process method. More...
 
struct  juce::dsp::ProcessContextReplacing< ContextSampleType >
 Contains context information that is passed into an algorithm's process method. 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::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...
 

Namespaces

 juce
 
 juce::dsp
 

Functions

constexpr bool juce::dsp::operator!= (const ProcessSpec &a, const ProcessSpec &b)
 
constexpr bool juce::dsp::operator== (const ProcessSpec &a, const ProcessSpec &b)