ASPiK SDK
|
Use this interface for objects that render an output without an input, such as oscillators. May also be used for envelope generators whose input is a note-on or other switchable event. More...
#include <fxobjects.h>
Public Member Functions | |
virtual bool | reset (double _sampleRate)=0 |
virtual const SignalGenData | renderAudioOutput ()=0 |
Use this interface for objects that render an output without an input, such as oscillators. May also be used for envelope generators whose input is a note-on or other switchable event.
Outpput I/F:
|
pure virtual |
render the generator output
Implemented in LFO, and DFOscillator.
|
pure virtual |
Sample rate may or may not be required, but usually is
Implemented in LFO, and DFOscillator.