ddsp ~master (2022-03-26T02:55:28.1397571)
Dub
Repo
CFOscillator
ddsp
osc
cfoscillator
Coupled-Form Oscillator (Gordon-Smith Oscillator)
class
CFOscillator : AudioEffect!T(
T
) {
this
();
void
setFrequency
(float frequency);
T
getNextSample
(T input);
void
reset
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getNextSample
T
getNextSample
(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
setFrequency
void
setFrequency
(float frequency)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ddsp
osc
cfoscillator
classes
CFOscillator
Coupled-Form Oscillator (Gordon-Smith Oscillator)