![]() |
VCV Rack API v2
|
Deprecated. More...
#include <minblep.hpp>
Public Member Functions | |
| void | insertDiscontinuity (float p, T x) |
| In this class, p uses the range (-1, 0] to represent a subsample position. | |
| T | process () |
Public Attributes | |
| MinBlep< Z, O > | minBlep |
| MinBlep< Z, O >::template State< T > | state |
Deprecated.
Use MinBlep and MinBlep::State above.
|
inline |
In this class, p uses the range (-1, 0] to represent a subsample position.
This is awkward/unconventional, so MinBlep::insertDiscontinuity() uses the range (0, 1] instead. Add 1.f to p when migrating to MinBlep.
|
inline |
| MinBlep<Z, O> rack::dsp::MinBlepGenerator< Z, O, T >::minBlep |
| MinBlep<Z,O>::template State<T> rack::dsp::MinBlepGenerator< Z, O, T >::state |