dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
WavetableOsc
dplug
dsp
wavetable
Undocumented in source.
struct
WavetableOsc {
void
initialize
(Wavetable* wavetable, float sampleRate);
void
resetPhase
();
alias
next
=
nextSample
;
float
nextSample
(float frequencyHz);
}
Members
Aliases
next
deprecated
alias
next
=
nextSample
Undocumented in source.
Functions
initialize
void
initialize
(Wavetable* wavetable, float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
nextSample
float
nextSample
(float frequencyHz)
Get next sample.
resetPhase
void
resetPhase
()
Allows dirty resync
Meta
Source
See Implementation
dplug
dsp
wavetable
enums
WaveformType
structs
SineGenerator
Wavetable
WavetableOsc