#include <testpatch_modulated_limiter.h>
Inherits iso::synth::TestPatch.
Inheritance diagram for iso::synth::ModulatedLimiterTest:
Public Member Functions | |
ModulatedLimiterTest (ProcessUnit *output) | |
void | construct () |
constructs the patch and registers its units | |
void | schedule (bool isSerial) |
schedules the patch's events (on/off/timed events/...) | |
Private Attributes | |
WaveTableOscil * | thresh1 |
WaveTableOscil * | thresh2 |
iso::synth::ModulatedLimiterTest::ModulatedLimiterTest | ( | ProcessUnit * | output | ) | [inline] |
void ModulatedLimiterTest::construct | ( | ) | [virtual] |
void ModulatedLimiterTest::schedule | ( | bool | isSerial | ) | [virtual] |
schedules the patch's events (on/off/timed events/...)
OPTIONAL. Only needed when patch has its own events, otherwise the base class' schedule method is sufficient.
Reimplemented from iso::synth::TestPatch.