|
ape
0.5.0
Audio Programming Environment
|
An infinitely indexable read-only signal that windows the original signal (ie. it is zero outside of the bounds of the source material). Supports signed and unsigned integer indices or hermite-interpolated fractional indices. More...
#include <misc.h>
Public Member Functions | |
| windowed_signal (uarray< const T > source) | |
| T | operator() (std::int64_t x) const noexcept |
| T | operator() (std::int32_t x) const noexcept |
| T | operator() (std::uint64_t x) const noexcept |
| T | operator() (std::uint32_t x) const noexcept |
| T | operator() (double x) const noexcept |
| Interpolates using hermite4 More... | |
An infinitely indexable read-only signal that windows the original signal (ie. it is zero outside of the bounds of the source material). Supports signed and unsigned integer indices or hermite-interpolated fractional indices.
|
inline |
|
inlinenoexcept |
Interpolates using hermite4
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.16