Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Methods
signalsmith::delay::MultiBuffer< Sample >::View< isConst > Class Template Reference

#include <delay.h>

Detailed Description

template<typename Sample>
template<bool isConst>
class signalsmith::delay::MultiBuffer< Sample >::View< isConst >

Holds a particular position in the buffer.

Methods

 View (CChannel view, int channels, int stride)
 
CChannel operator[] (int channel)
 
ConstChannel operator[] (int channel) const
 
Stride< isConst > at (int offset)
 
Stride< true > at (int offset) const