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
Loading...
Searching...
No Matches
Public Attributes | List of all members
Steinberg::Vst::AudioBusBuffers Struct Reference

Processing buffers of an audio bus. More...

#include "ivstaudioprocessor.h"

Public Attributes

int32 numChannels
 number of audio channels in bus
 
uint64 silenceFlags
 Bitset of silence state per channel.
 
union { 
 
Sample32 ** channelBuffers32
 sample buffers to process with 32-bit precision
 
Sample64 ** channelBuffers64
 sample buffers to process with 64-bit precision
 
};  
 

Detailed Description

Processing buffers of an audio bus.

This structure contains the processing buffer for each channel of an audio bus.

See also
ProcessData

Definition at line 191 of file ivstaudioprocessor.h.

Constructor & Destructor Documentation

◆ AudioBusBuffers()

Steinberg::Vst::AudioBusBuffers::AudioBusBuffers ( )

Definition at line 193 of file ivstaudioprocessor.h.

Member Data Documentation

◆ numChannels

int32 Steinberg::Vst::AudioBusBuffers::numChannels

number of audio channels in bus

Definition at line 196 of file ivstaudioprocessor.h.

◆ silenceFlags

uint64 Steinberg::Vst::AudioBusBuffers::silenceFlags

Bitset of silence state per channel.

Definition at line 197 of file ivstaudioprocessor.h.


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