Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Static Attributes | Methods | Attributes
signalsmith::delay::MultiDelay< Sample, Interpolator >::ChannelView Struct Reference

#include <delay.h>

Detailed Description

template<class Sample, template< typename > class Interpolator = InterpolatorLinear>
struct signalsmith::delay::MultiDelay< Sample, Interpolator >::ChannelView

A single-channel delay-line view, similar to a const Delay

Static Attributes

static constexpr Sample latency = Super::latency
 

Methods

Sample read (Sample delaySamples) const
 

Attributes

const Superreader
 
MultiBuffer< Sample >::ConstChannel channel