JUCE
Macros | Typedefs

Macros

#define JUCE_SNAP_TO_ZERO(n)   ignoreUnused (n)
 

Typedefs

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

Detailed Description

Macro Definition Documentation

◆ JUCE_SNAP_TO_ZERO

#define JUCE_SNAP_TO_ZERO (   n)    ignoreUnused (n)

Typedef Documentation

◆ AudioSampleBuffer

A multi-channel buffer of 32-bit floating point audio samples.

This type is here for backwards compatibility with the older AudioSampleBuffer class, which was fixed for 32-bit data, but is otherwise the same as the new templated AudioBuffer class.

See also
AudioBuffer