14 #include "../../../../source/synthbase.h" 15 #include "../../../../source/synthfunctions.h" 103 class SynthLabCore :
public ModuleCore
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
virtual bool doNoteOff(CoreProcData &processInfo) override
Note-off handler for the ModuleCore.
Definition: synthlabcore.cpp:135
Definition: addosccore.cpp:4
SynthClock fmOpClock[NUM_FMLFO_OPS]
for 3 operators
Definition: synthlabcore.h:126
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
virtual bool render(CoreProcData &processInfo) override
Renders the output of the module.
Definition: synthlabcore.cpp:98
double modStrength
current output,
Definition: synthlabcore.h:123
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:110
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