LMMS
Loading...
Searching...
No Matches
juce::dsp::ProcessSpec Struct Reference

#include <juce_ProcessContext.h>

Public Attributes

double sampleRate
uint32 maximumBlockSize
uint32 numChannels

Detailed Description

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.

@tags{DSP}

Member Data Documentation

◆ maximumBlockSize

uint32 juce::dsp::ProcessSpec::maximumBlockSize

The maximum number of samples that will be in the blocks sent to process() method.

◆ numChannels

uint32 juce::dsp::ProcessSpec::numChannels

The number of channels that the process() method will be expected to handle.

◆ sampleRate

double juce::dsp::ProcessSpec::sampleRate

The sample rate that will be used for the data that is sent to the processor.


The documentation for this struct was generated from the following file: