Jamba C++ API  5.1.1
AudioBuffer.h File Reference
#include <pluginterfaces/vst/ivstaudioprocessor.h>
#include <pongasoft/logging/logging.h>
#include <algorithm>
#include "AudioUtils.h"

Go to the source code of this file.

Classes

struct  AudioBuffers< SampleType >::AbsoluteMaxOp
 Unary operator adapter for computing the absolute max. More...
 
class  AudioBuffers< SampleType >
 Represents all the buffers (example for a stereo channel there is 2 underlying sample buffers) More...
 
class  AudioBuffers< SampleType >::Channel
 Represents a single channel (for example left audio channel). More...
 

Namespaces

 pongasoft
 
 pongasoft::VST
 

Typedefs

typedef AudioBuffers< Sample32 > AudioBuffers32
 
typedef AudioBuffers< Sample64 > AudioBuffers64
 

Variables

constexpr int32 DEFAULT_LEFT_CHANNEL = 0
 
constexpr int32 DEFAULT_RIGHT_CHANNEL = 1