DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Oscillator< T > Member List

This is the complete list of members for dspark::Oscillator< T >, including all inherited members.

generateBlock(AudioBufferView< T > buffer) noexceptdspark::Oscillator< T >inline
getFrequency() const noexceptdspark::Oscillator< T >inline
getNextSample() noexceptdspark::Oscillator< T >inline
getPhase() const noexceptdspark::Oscillator< T >inline
getSample() noexceptdspark::Oscillator< T >inline
getSyncRatio() const noexceptdspark::Oscillator< T >inline
getWaveform() const noexceptdspark::Oscillator< T >inline
prepare(double sampleRate) noexceptdspark::Oscillator< T >inline
prepare(const AudioSpec &spec) noexceptdspark::Oscillator< T >inline
processBlock(T *buffer, size_t numSamples) noexceptdspark::Oscillator< T >inline
reset() noexceptdspark::Oscillator< T >inline
setFrequency(T freq) noexceptdspark::Oscillator< T >inline
setPhase(T phase) noexceptdspark::Oscillator< T >inline
setSyncRatio(T ratio) noexceptdspark::Oscillator< T >inline
setWaveform(Waveform w) noexceptdspark::Oscillator< T >inline
Waveform enum namedspark::Oscillator< T >