Gin
|
Make your synth voice inherit from this if it supports modulation. More...
Public Member Functions | |
ModVoice ()=default | |
virtual | ~ModVoice ()=default |
float | getValue (gin::Parameter *p) |
float | getValueUnsmoothed (gin::Parameter *p) |
void | finishBlock (int numSamples) |
void | snapParams () |
void | startVoice () |
void | stopVoice () |
int | getAge () |
virtual bool | isVoiceActive ()=0 |
Protected Attributes | |
bool | disableSmoothing = false |
Make your synth voice inherit from this if it supports modulation.
|
default |
|
virtualdefault |
void ModVoice::finishBlock | ( | int | numSamples | ) |
void ModVoice::snapParams | ( | ) |
void ModVoice::startVoice | ( | ) |
void ModVoice::stopVoice | ( | ) |
int ModVoice::getAge | ( | ) |
|
pure virtual |
|
protected |