Klang C++
Language Reference (draft)
|
Signal generator object (output only) More...
#include <klang.h>
Public Member Functions | |
template<typename... params> | |
Output< SIGNAL > & | operator() (params... p) |
operator const SIGNAL & () override | |
operator const SIGNAL & () const override | |
virtual const SIGNAL & | output () const |
template<typename TYPE > | |
TYPE & | operator>> (TYPE &destination) |
template<typename TYPE > | |
SIGNAL | operator+ (TYPE &other) |
template<typename TYPE > | |
SIGNAL | operator* (TYPE &other) |
template<typename TYPE > | |
SIGNAL | operator- (TYPE &other) |
template<typename TYPE > | |
SIGNAL | operator/ (TYPE &other) |
Public Attributes | |
SIGNAL | out = { 0.f } |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from klang::Generic::Output< SIGNAL >.
Definition at line 1415 of file klang.h.
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 1364 of file klang.h.
References klang::Generic::Output< SIGNAL >::out, and klang::Generic::Output< SIGNAL >::process().
|
inlinevirtualinherited |
|
protectedpure virtualinherited |
Implemented in klang::Delay< SIZE >, klang::Effect, klang::Envelope::Follower::AR, klang::Envelope::Follower, klang::Envelope::Follower::Window< WINDOW >, klang::Envelope, klang::Envelope::Ramp, klang::Filters::Biquad::Filter, klang::Filters::Butterworth::LPF, klang::Filters::IIR, klang::Filters::OnePole::Filter, klang::Filters::OnePole::LPF, klang::Generators::Basic::Noise, klang::Generators::Basic::Pulse, klang::Generators::Basic::Saw, klang::Generators::Basic::Sine, klang::Generators::Basic::Square, klang::Generators::Basic::Triangle, klang::Generators::Fast::Noise, klang::Generators::Fast::Sine, klang::Generic::Function< SIGNAL, Args >, klang::Generic::Function< signal, Args... >, klang::Generic::Modifier< SIGNAL >, klang::Generic::Modifier< signal >, klang::Note, klang::Stereo::Effect, klang::Stereo::Note, and klang::Wavetable.
Referenced by klang::Generic::Output< SIGNAL >::operator const SIGNAL &(), and klang::Generic::Output< SIGNAL >::operator>>().
|
inherited |
Definition at line 1357 of file klang.h.
Referenced by klang::Generic::Output< SIGNAL >::operator const SIGNAL &(), klang::Generic::Output< SIGNAL >::operator const SIGNAL &(), klang::Generic::Output< SIGNAL >::operator>>(), and klang::Generic::Output< SIGNAL >::output().