|
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 |
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 | ||
| }; | ||
Processing buffers of an audio bus.
This structure contains the processing buffer for each channel of an audio bus.
Definition at line 191 of file ivstaudioprocessor.h.
| Steinberg::Vst::AudioBusBuffers::AudioBusBuffers | ( | ) |
Definition at line 193 of file ivstaudioprocessor.h.
| int32 Steinberg::Vst::AudioBusBuffers::numChannels |
number of audio channels in bus
Definition at line 196 of file ivstaudioprocessor.h.
| uint64 Steinberg::Vst::AudioBusBuffers::silenceFlags |
Bitset of silence state per channel.
Definition at line 197 of file ivstaudioprocessor.h.