|
JUCE
|
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... | |
| #define JUCE_SNAP_TO_ZERO | ( | n | ) | ignoreUnused (n) |
| using AudioSampleBuffer = AudioBuffer<float> |
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.
1.8.17