Class thl::dsp::fx::RingsFxEngine#
-
template<size_t size, Format format = Format12Bit>
class RingsFxEngine# -
Public Functions
-
RingsFxEngine() = default#
-
~RingsFxEngine() = default#
-
inline void clear()#
-
inline void set_lfo_frequency(LFOIndex index, float frequency)#
-
RingsFxEngine(const RingsFxEngine&) = delete#
-
RingsFxEngine &operator=(const RingsFxEngine&) = delete#
-
class Context#
Public Functions
-
Context() = default#
-
~Context() = default#
-
inline void load(float value)#
-
inline void read(float value, float scale)#
-
inline void read(float value)#
-
inline void write(float &value)#
-
inline void write(float &value, float scale)#
-
inline void lp(float &state, float coefficient)#
-
inline void hp(float &state, float coefficient)#
-
Context() = default#
-
RingsFxEngine() = default#