#include <testpatch_vocaltest.h>
Inherits iso::synth::TestPatch.
Inheritance diagram for iso::synth::VocalTest:
Public Member Functions | |
VocalTest (ProcessUnit *output) | |
void | construct () |
constructs the patch and registers its units | |
void | schedule (bool isSerial) |
schedules the patch's events (on/off/timed events/...) | |
Protected Attributes | |
VocalFormantFilter * | filter |
sample | dur |
sample | tick |
iso::synth::VocalTest::VocalTest | ( | ProcessUnit * | output | ) | [inline] |
void VocalTest::construct | ( | ) | [virtual] |
void VocalTest::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.
VocalFormantFilter* iso::synth::VocalTest::filter [protected] |
sample iso::synth::VocalTest::dur [protected] |
sample iso::synth::VocalTest::tick [protected] |