VCV Rack API v2
Loading...
Searching...
No Matches
rack::dsp::Frame< CHANNELS, T > Struct Template Reference

Useful for storing arrays of samples in ring buffers and casting them to float* to be used by interleaved processors, like SampleRateConverter. More...

#include <common.hpp>

Public Attributes

samples [CHANNELS]
 

Detailed Description

template<size_t CHANNELS, typename T = float>
struct rack::dsp::Frame< CHANNELS, T >

Useful for storing arrays of samples in ring buffers and casting them to float* to be used by interleaved processors, like SampleRateConverter.

Member Data Documentation

◆ samples

template<size_t CHANNELS, typename T = float>
T rack::dsp::Frame< CHANNELS, T >::samples[CHANNELS]

The documentation for this struct was generated from the following file: