13 #include "../../../../source/synthbase.h" 14 #include "../../../../source/basiclookuptables.h" 15 #include "../../../../source/synthfunctions.h" 107 class SynthLabCore :
public ModuleCore
Ultra compact timer object that is used for many different functionalities.
Definition: synthbase.h:195
bool renderComplete
flag for one-shot
Definition: synthlabcore.h:135
SynthLabCore()
Construction: Cores follow the same construction pattern.
Definition: synthlabcore.cpp:29
Compact modulo counter with wrapping used as the timebase for all oscillators.
Definition: synthbase.h:137
SynthClock lfoClock
timbase
Definition: synthlabcore.h:132
virtual bool doNoteOff(CoreProcData &processInfo) override
Note-off handler for the ModuleCore.
Definition: synthlabcore.cpp:135
Simple object that generates white, gaussian white or pink noise.
Definition: synthbase.h:495
std::unique_ptr< BasicLookupTables > lookupTables
LUTs for some waveforms.
Definition: synthlabcore.h:124
Definition: addosccore.cpp:4
virtual bool update(CoreProcData &processInfo) override
Updates the object for the next block of audio processing.
Definition: synthlabcore.cpp:79
double sampleRate
sample rate
Definition: synthlabcore.h:108
Timer delayTimer
LFO turn on delay.
Definition: synthlabcore.h:144
virtual bool render(CoreProcData &processInfo) override
Renders the output of the module.
Definition: synthlabcore.cpp:98
RampModulator fadeInModulator
LFO fade-in modulator.
Definition: synthlabcore.h:147
virtual bool doNoteOn(CoreProcData &processInfo) override
Note-on handler for the ModuleCore.
Definition: synthlabcore.cpp:116
virtual bool reset(CoreProcData &processInfo) override
Resets object to initialized state.
Definition: synthlabcore.cpp:61
virtual ~SynthLabCore()
Definition: synthlabcore.h:114
This is a tiny modulator object that produces an output that ramps up or down linearly between two va...
Definition: synthbase.h:412
NoiseGenerator noiseGen
for noise based LFOs
Definition: synthlabcore.h:138
Timer sampleHoldTimer
for sample and hold waveforms
Definition: synthlabcore.h:141
This structure holds all of the information needed to call functions on a ModuleCore object...
Definition: synthbase.h:1071
double outputValue
current output,
Definition: synthlabcore.h:128
double rshOutputValue
current output,
Definition: synthlabcore.h:129