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
Classes | Namespaces | Typedefs | Functions
juce_AudioSampleBuffer.h File Reference

Go to the source code of this file.

Classes

class  juce::AudioBuffer< Type >
 A multi-channel buffer containing floating point audio samples. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Typedefs

using juce::AudioSampleBuffer = AudioBuffer< float >
 A multi-channel buffer of 32-bit floating point audio samples.
 

Functions

template<typename Type >
bool juce::operator== (const AudioBuffer< Type > &a, const AudioBuffer< Type > &b)
 
template<typename Type >
bool juce::operator!= (const AudioBuffer< Type > &a, const AudioBuffer< Type > &b)