|
ape
0.5.0
Audio Programming Environment
|
An infinitely indexable read-only signal that repeats the original signal. Supports signed and unsigned integer indices or hermite-interpolated fractional indices. More...
#include <misc.h>
Public Member Functions | |
| circular_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 repeats the original signal. Supports signed and unsigned integer indices or hermite-interpolated fractional indices.
|
inline |
|
inlinenoexcept |
Interpolates using hermite4
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.16