OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_ProcessContext.h>
Public Attributes | |
double | sampleRate |
uint32 | maximumBlockSize |
uint32 | numChannels |
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.
Definition at line 35 of file juce_ProcessContext.h.
uint32 juce::dsp::ProcessSpec::maximumBlockSize |
The maximum number of samples that will be in the blocks sent to process() method.
Definition at line 41 of file juce_ProcessContext.h.
Referenced by juce::dsp::DryWetMixer< SampleType >::prepare(), and juce::dsp::Chorus< SampleType >::prepare().
uint32 juce::dsp::ProcessSpec::numChannels |
The number of channels that the process() method will be expected to handle.
Definition at line 44 of file juce_ProcessContext.h.
Referenced by juce::dsp::BallisticsFilter< SampleType >::prepare(), juce::dsp::DelayLine< SampleType, InterpolationType >::prepare(), juce::dsp::DryWetMixer< SampleType >::prepare(), juce::dsp::FirstOrderTPTFilter< SampleType >::prepare(), juce::dsp::LinkwitzRileyFilter< SampleType >::prepare(), juce::dsp::Panner< SampleType >::prepare(), juce::dsp::StateVariableTPTFilter< SampleType >::prepare(), juce::dsp::Chorus< SampleType >::prepare(), juce::dsp::Compressor< SampleType >::prepare(), juce::dsp::LadderFilter< SampleType >::prepare(), juce::dsp::Limiter< SampleType >::prepare(), juce::dsp::NoiseGate< SampleType >::prepare(), and juce::dsp::Phaser< SampleType >::prepare().
double juce::dsp::ProcessSpec::sampleRate |
The sample rate that will be used for the data that is sent to the processor.
Definition at line 38 of file juce_ProcessContext.h.
Referenced by juce::dsp::BallisticsFilter< SampleType >::prepare(), juce::dsp::DelayLine< SampleType, InterpolationType >::prepare(), juce::dsp::DryWetMixer< SampleType >::prepare(), juce::dsp::FirstOrderTPTFilter< SampleType >::prepare(), juce::dsp::LinkwitzRileyFilter< SampleType >::prepare(), juce::dsp::Panner< SampleType >::prepare(), juce::dsp::StateVariableTPTFilter< SampleType >::prepare(), juce::dsp::Chorus< SampleType >::prepare(), juce::dsp::Compressor< SampleType >::prepare(), juce::dsp::LadderFilter< SampleType >::prepare(), juce::dsp::Limiter< SampleType >::prepare(), juce::dsp::NoiseGate< SampleType >::prepare(), juce::dsp::Phaser< SampleType >::prepare(), and juce::dsp::Reverb::prepare().