|
Gin
|
Make your synth voice inherit from this if it supports modulation. More...
#include <gin_modmatrix.h>
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::snapParams | ( | ) |
| void ModVoice::startVoice | ( | ) |
| void ModVoice::stopVoice | ( | ) |
| int ModVoice::getAge | ( | ) |